| 22 | } |
| 23 | |
| 24 | invocation_response binary_response(invocation_request const& /*request*/) |
| 25 | { |
| 26 | std::string png((char*)awslogo_png, AWSLOGO_PNG_LEN); |
| 27 | return invocation_response::success(std::move(png), "image/png"); |
| 28 | } |
| 29 | |
| 30 | invocation_response crash_backtrace(invocation_request const& /*request*/) |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected