Skip to content

Instantly share code, notes, and snippets.

@davidfm
Created November 14, 2021 12:34
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 davidfm/f9341dda35b124617979c874df76f337 to your computer and use it in GitHub Desktop.
Save davidfm/f9341dda35b124617979c874df76f337 to your computer and use it in GitHub Desktop.
AWS Policy to create CloudFront invalidatios
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "cloudfront:CreateInvalidation",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment