Skip to content

Commit ca42122

Browse files
lambda permissions
1 parent 97ccad0 commit ca42122

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

infrastructure/terraform/components/api/module_lambda_supplier_allocator.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ data "aws_iam_policy_document" "supplier_allocator_lambda" {
8989

9090
actions = [
9191
"dynamodb:GetItem",
92-
"dynamodb:Query"
92+
"dynamodb:Query",
93+
"dynamodb:PutItem",
94+
"dynamodb:UpdateItem"
9395
]
9496

9597
resources = [

0 commit comments

Comments
 (0)