| 43 | static constexpr auto FUNCTION_ARN_HEADER = "lambda-runtime-invoked-function-arn"; |
| 44 | |
| 45 | enum Endpoints { |
| 46 | INIT, |
| 47 | NEXT, |
| 48 | RESULT, |
| 49 | }; |
| 50 | |
| 51 | static bool is_success(aws::http::response_code httpcode) |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected