Skip to content

Commit

Permalink
FIX: Added TagRole required by serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
finnholland committed May 1, 2024
1 parent 137ca96 commit 9e10397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/serverless-deploy-iam/bin/app.ts
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ export class ServiceDeployIAM extends cdk.Stack {
"iam:DetachRolePolicy",
"iam:AttachRolePolicy",
"iam:UpdateAssumeRolePolicy",
"iam:TagRole",
"iam:UntagRole"
],
},
{
Expand Down

0 comments on commit 9e10397

Please sign in to comment.