MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Endpoints

Enum Endpoints

src/runtime.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected