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

Function echo_failure

tests/resources/lambda_function.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19invocation_response echo_failure(invocation_request const& /*request*/)
20{
21 return invocation_response::failure("Test error message", "TestErrorType");
22}
23
24invocation_response binary_response(invocation_request const& /*request*/)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected