| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected