Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save beabetterdevv/a99e56644fddeb160a4010001ad0d1e6 to your computer and use it in GitHub Desktop.
Save beabetterdevv/a99e56644fddeb160a4010001ad0d1e6 to your computer and use it in GitHub Desktop.
CDK Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"cloudformation:DescribeStacks",
"cloudformation:CreateChangeSet",
"cloudformation:DescribeChangeSet",
"cloudformation:ExecuteChangeSet",
"cloudformation:DescribeStackEvents",
"cloudformation:DeleteChangeSet",
"cloudformation:DeleteStack",
"cloudformation:GetTemplate",
"s3:CreateBucket"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment