Skip to content

Commit 7569b31

Browse files
committed
Allow lambda invocation
1 parent 3d75cea commit 7569b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/terraform/components/api/iam_role_api_gateway_execution_role.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ data "aws_iam_policy_document" "api_gateway_execution_policy" {
4949

5050
resources = [
5151
module.authorizer_lambda.function_arn,
52+
module.get_letter.function_arn,
5253
module.get_letters.function_arn,
5354
module.patch_letter.function_arn
5455
]

0 commit comments

Comments
 (0)