| 12 | extern unsigned char awslogo_png[AWSLOGO_PNG_LEN]; // NOLINT |
| 13 | |
| 14 | invocation_response echo_success(invocation_request const& request) |
| 15 | { |
| 16 | return invocation_response::success(request.payload, "application/json"); |
| 17 | } |
| 18 | |
| 19 | invocation_response echo_failure(invocation_request const& /*request*/) |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected