Skip to content

Commit

Permalink
NOBUG: UpdateItem adjustment. (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise authored Oct 30, 2023
1 parent b029f39 commit b4c26d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/src/roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ resource "aws_iam_role_policy" "databaseReadRolePolicy" {
"dynamodb:CreateTable",
"dynamodb:Delete*",
"dynamodb:Update*",
"dynamodb:UpdateItem",
"dynamodb:PutItem"
],
"Resource": [
Expand Down

0 comments on commit b4c26d1

Please sign in to comment.