Skip to content

Commit

Permalink
Merge pull request #15 from austin1237/dynamo-iam
Browse files Browse the repository at this point in the history
iam fun
  • Loading branch information
austin1237 authored Mar 19, 2024
2 parents 1687a07 + 8fecf9c commit 1cc6126
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/dynamodb-lambda-iam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ resource "aws_iam_policy" "lambda_dynamodb_policy" {
"dynamodb:GetItem",
"dynamodb:Query",
"dynamodb:Scan",
"dynamodb:PutItem"
"dynamodb:PutItem",
"dynamodb:UpdateItem"
],
Resource = [
"${var.dynamodb_arn}",
Expand Down

0 comments on commit 1cc6126

Please sign in to comment.