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

Method build_resource_name

tests/runtime_tests.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 static Aws::String build_resource_name(Aws::String const& name)
57 {
58 return aws_prefix.c_str() + name; // NOLINT
59 }
60
61 LambdaRuntimeTest() : m_lambda_client(create_lambda_config()), m_iam_client(create_iam_config()) {}
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected