Skip to content

Commit

Permalink
build(terraform): Add BatchWriteItem to DynamoDB Module (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd authored Apr 16, 2024
1 parent b4e28bb commit 094b172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/terraform/aws/dynamodb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ data "aws_iam_policy_document" "access" {
# Write actions
"dynamodb:PutItem",
"dynamodb:UpdateItem",
"dynamodb:BatchWriteItem",
]

resources = [
Expand Down

0 comments on commit 094b172

Please sign in to comment.