Skip to content

Commit 8d9896e

Browse files
committed
CCM-11580: Remove remaining reference to hello-world lambda
1 parent 28a4a9b commit 8d9896e

File tree

1 file changed

+0
-1
lines changed
  • infrastructure/terraform/components/api

1 file changed

+0
-1
lines changed

infrastructure/terraform/components/api/locals.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ locals {
88
APIG_EXECUTION_ROLE_ARN = aws_iam_role.api_gateway_execution_role.arn
99
AWS_REGION = var.region
1010
AUTHORIZER_LAMBDA_ARN = module.authorizer_lambda.function_arn
11-
HELLO_WORLD_LAMBDA_ARN = module.hello_world.function_arn
1211
GET_LETTERS_LAMBDA_ARN = module.get_letters.function_arn
1312
PATCH_LETTERS_LAMBDA_ARN = module.patch_letters.function_arn
1413
})

0 commit comments

Comments
 (0)