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

Method ~LambdaRuntimeTest

tests/runtime_tests.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 LambdaRuntimeTest() : m_lambda_client(create_lambda_config()), m_iam_client(create_iam_config()) {}
62
63 ~LambdaRuntimeTest() override
64 {
65 // clean up in case we exited one test abnormally
66 delete_function(build_resource_name("echo_success"), false /*assert*/);
67 delete_function(build_resource_name("echo_failure"), false /*assert*/);
68 delete_function(build_resource_name("binary_response"), false /*assert*/);
69 delete_function(build_resource_name("crash_backtrace"), false /*assert*/);
70 }
71
72 Aws::String get_role_arn(Aws::String const& role_name)
73 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected