Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit b0dda0b

Browse files
committed
update readme deployment permissions
1 parent 77130d7 commit b0dda0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,9 @@ The exhaustive list of AWS actions required for a deployment:
377377
"lambda:PublishVersion",
378378
"lambda:UpdateFunctionCode",
379379
"lambda:UpdateFunctionConfiguration",
380+
"lambda:ListTags", // for tagging lambdas
381+
"lambda:TagResource", // for tagging lambdas
382+
"lambda:UntagResource", // for tagging lambdas
380383
"route53:ChangeResourceRecordSets", // only for custom domains
381384
"route53:ListHostedZonesByName",
382385
"route53:ListResourceRecordSets", // only for custom domains

0 commit comments

Comments
 (0)