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

Method post_failure

src/runtime.cpp:327–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327runtime::post_outcome runtime::post_failure(std::string const& request_id, invocation_response const& handler_response)
328{
329 std::string const url = m_endpoints[Endpoints::RESULT] + request_id + "/error";
330 return do_post(url, request_id, handler_response);
331}
332
333runtime::post_outcome runtime::do_post(
334 std::string const& url,

Callers 1

run_handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected