Created
December 19, 2018 05:42
-
-
Save qguv/af0b37c8d27cc10dafff62e34af191f5 to your computer and use it in GitHub Desktop.
Minimum credential set for serverless-domain-manager plugin for the Serverless framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"acm:ListCertificates", | |
"cloudfront:UpdateDistribution", | |
"route53:ChangeResourceRecordSets", | |
"route53:GetHostedZone", | |
"route53:ListHostedZones", | |
"route53:ListResourceRecordSets" | |
], | |
"Effect": "Allow", | |
"Resource": "*" | |
} | |
], | |
"Version": "2012-10-17" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment