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

Method post_success

src/runtime.cpp:321–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321runtime::post_outcome runtime::post_success(std::string const& request_id, invocation_response const& handler_response)
322{
323 std::string const url = m_endpoints[Endpoints::RESULT] + request_id + "/response";
324 return do_post(url, request_id, handler_response);
325}
326
327runtime::post_outcome runtime::post_failure(std::string const& request_id, invocation_response const& handler_response)
328{

Callers 1

run_handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected