Skip to content

Commit

Permalink
allow lambda:TagResource against all resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Park committed Nov 18, 2024
1 parent e368175 commit 3820a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/serverless-deploy-iam/bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export class ServiceDeployIAM extends cdk.Stack {
"lambda:ListEventSourceMappings",
"lambda:CreateEventSourceMapping",
"lambda:DeleteEventSourceMapping",
"lambda:TagResource",
],
},
{
Expand Down

0 comments on commit 3820a38

Please sign in to comment.