Skip to content

Commit d64aac8

Browse files
committed
Missing permission
1 parent af3cb35 commit d64aac8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/terraform/components/api/module_lambda_update_letter_queue.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ data "aws_iam_policy_document" "update_letter_queue_lambda" {
4747

4848
actions = [
4949
"dynamodb:PutItem",
50+
"dynamodb:DeleteItem",
5051
]
5152

5253
resources = [

0 commit comments

Comments
 (0)