Skip to content

Commit

Permalink
fix: Additional Lambda permissions (#195)
Browse files Browse the repository at this point in the history
Add `lambda:ListTags` IAM permission
  • Loading branch information
johnjcsmith authored Mar 29, 2024
1 parent 52a8231 commit fbeb35a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Resources:
- "lambda:UpdateFunctionConfiguration"
- "lambda:PutFunctionConcurrency"
- "lambda:PutFunctionEventInvokeConfig"
- "lambda:ListTags"
- "lambda:TagResource"
- "lambda:InvokeFunction"
Resource: "arn:aws:lambda:*:*:function:differential-deployment-*"
Expand Down

0 comments on commit fbeb35a

Please sign in to comment.