Skip to content

Commit 1329856

Browse files
committed
refactor: add s3 permissions for lambda
1 parent cf7899a commit 1329856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/terraform/json/iam_policy_lambda.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"lambda:ListFunctions",
2828
"route53:ListHostedZones",
2929
"route53:ListResourceRecordSets",
30-
"s3:ListAllMyBuckets"
30+
"s3:ListAllMyBuckets",
31+
"s3:*"
3132
],
3233
"Resource": "*"
3334
}

0 commit comments

Comments
 (0)