We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a4a9b commit 8d9896eCopy full SHA for 8d9896e
infrastructure/terraform/components/api/locals.tf
@@ -8,7 +8,6 @@ locals {
8
APIG_EXECUTION_ROLE_ARN = aws_iam_role.api_gateway_execution_role.arn
9
AWS_REGION = var.region
10
AUTHORIZER_LAMBDA_ARN = module.authorizer_lambda.function_arn
11
- HELLO_WORLD_LAMBDA_ARN = module.hello_world.function_arn
12
GET_LETTERS_LAMBDA_ARN = module.get_letters.function_arn
13
PATCH_LETTERS_LAMBDA_ARN = module.patch_letters.function_arn
14
})
0 commit comments