Skip to content

Commit

Permalink
Update AWS user permissions to deploy renamed lambda function
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenchio committed Dec 30, 2024
1 parent 9c971b8 commit 1d03f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Resources:
- lambda:UpdateFunctionCode
- lambda:UpdateFunctionConfiguration
Effect: Allow
Resource: !GetAtt ContactFormLambda.Arn
Resource: !GetAtt LandingContactFormLambda.Arn
PolicyName: manage-static-website

LambdaExecutionRole:
Expand Down

0 comments on commit 1d03f12

Please sign in to comment.