Skip to content

Commit

Permalink
fix(policy): allow the DeleteItem action in the DynamoDB access policy
Browse files Browse the repository at this point in the history
  • Loading branch information
b1n9s committed Jul 19, 2024
1 parent 946a593 commit 559e884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dynamodb_iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ data "aws_iam_policy_document" "dynamodb_table_datastore" {
"dynamodb:Scan",
"dynamodb:BatchWriteItem",
"dynamodb:PutItem",
"dynamodb:DeleteItem",
"dynamodb:UpdateItem"
]

Expand Down

0 comments on commit 559e884

Please sign in to comment.