Skip to content

Commit

Permalink
Merge pull request #171 from marknet15/patch-1
Browse files Browse the repository at this point in the history
DynamoDB permissions fix
  • Loading branch information
jillr authored Oct 8, 2021
2 parents 0956800 + 110b7a1 commit d5e4a05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aws/policy/data-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Statement:
- dynamodb:Scan
- dynamodb:ListTables
- dynamodb:DescribeTable
- dynamodb:ListTagsOfResource
- glue:GetConnection
- glue:CreateConnection
- glue:DeleteConnection
Expand All @@ -30,8 +31,6 @@ Statement:
- dynamodb:DeleteTable
- dynamodb:DescribeContinuousBackups
- dynamodb:GetItem
- dynamodb:ListTables
- dynamodb:ListTagsOfResource
- dynamodb:PutItem
- dynamodb:TagResource
- dynamodb:UntagResource
Expand Down

0 comments on commit d5e4a05

Please sign in to comment.