Skip to content

Commit cbfe808

Browse files
committed
Update IAM policy
1 parent 0229296 commit cbfe808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/modules/lambdas/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ resource "aws_iam_policy" "shared_iam_policy" {
272272
Effect = "Allow",
273273
Action = [
274274
"dynamodb:PutItem",
275+
"dynamodb:UpdateItem",
275276
"dynamodb:DescribeTable",
276277
"dynamodb:Query",
277278
],

0 commit comments

Comments
 (0)