Skip to content

Commit

Permalink
Merge pull request #44 from aligent/feature/add-tag-dynamo-permission
Browse files Browse the repository at this point in the history
feat: add tag permissions for dynamo
  • Loading branch information
TheOrangePuff authored May 1, 2024
2 parents b8308d2 + f593b3e commit a43b07e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/serverless-deploy-iam/bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ export class ServiceDeployIAM extends cdk.Stack {
"dynamodb:CreateTable",
"dynamodb:UpdateTable",
"dynamodb:DeleteTable",
"dynamodb:ListTagsOfResource",
"dynamodb:TagResource",
"dynamodb:UntagResource",
],
},
{
Expand Down

0 comments on commit a43b07e

Please sign in to comment.