feat(iam): allow cloudfront function updates
- grant CloudFront Function and invalidation permissions
This commit is contained in:
parent
b565fb3c4b
commit
c31e4e36f7
1 changed files with 11 additions and 0 deletions
|
|
@ -63,3 +63,14 @@ Resources:
|
||||||
Action:
|
Action:
|
||||||
- s3:PutObject
|
- s3:PutObject
|
||||||
Resource: "*"
|
Resource: "*"
|
||||||
|
- Effect: Allow
|
||||||
|
Action:
|
||||||
|
- cloudfront:CreateFunction
|
||||||
|
- cloudfront:UpdateFunction
|
||||||
|
- cloudfront:PublishFunction
|
||||||
|
- cloudfront:DescribeFunction
|
||||||
|
- cloudfront:GetFunction
|
||||||
|
- cloudfront:DeleteFunction
|
||||||
|
- cloudfront:ListFunctions
|
||||||
|
- cloudfront:CreateInvalidation
|
||||||
|
Resource: "*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue