Skip to content

Instantly share code, notes, and snippets.

@mplewis
Created April 5, 2019 16:30
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 mplewis/3abb308049ca08897f1edb7e7272f34a to your computer and use it in GitHub Desktop.
Save mplewis/3abb308049ca08897f1edb7e7272f34a to your computer and use it in GitHub Desktop.
Perms needed to successfully deploy a Lambda via AWS SAM
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"cloudformation:*",
"iam:CreateRole",
"iam:AttachRolePolicy"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment