Skip to content

Commit

Permalink
Merge pull request #163 from tremble/dynamodb
Browse files Browse the repository at this point in the history
Update DynamoDB permissions
  • Loading branch information
jillr committed Sep 20, 2021
2 parents e5b82d2 + 4c127f5 commit e6e4863
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions aws/policy/data-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ Statement:
- dms:ModifyEndpoint
- dms:DeleteReplicationSubnetGroup
- dms:ModifyReplicationSubnetGroup
- dynamodb:GetItem
- dynamodb:CreateTable
- dynamodb:DeleteItem
- dynamodb:DeleteTable
- dynamodb:DescribeContinuousBackups
- dynamodb:GetItem
- dynamodb:ListTables
- dynamodb:ListTagsOfResource
- dynamodb:PutItem
- dynamodb:TagResource
- dynamodb:UntagResource
- dynamodb:UpdateContinuousBackups
- dynamodb:UpdateItem
- dynamodb:CreateTable
- dynamodb:DeleteTable
- dynamodb:UpdateTable
- dynamodb:TagResource
- elasticache:AddTagsToResource
- elasticache:CreateCacheSecurityGroup
- elasticache:CreateCacheSubnetGroup
Expand Down

0 comments on commit e6e4863

Please sign in to comment.