Skip to content

Instantly share code, notes, and snippets.

@qguv
Created December 19, 2018 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qguv/af0b37c8d27cc10dafff62e34af191f5 to your computer and use it in GitHub Desktop.
Save qguv/af0b37c8d27cc10dafff62e34af191f5 to your computer and use it in GitHub Desktop.
Minimum credential set for serverless-domain-manager plugin for the Serverless framework
{
"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