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

Function echo_success

tests/resources/lambda_function.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected