Skip to content

Instantly share code, notes, and snippets.

@gautamborgohain
Created February 18, 2020 16:32
Show Gist options
  • Select an option

  • Save gautamborgohain/d3b1bac44fd76820c9ae5b5633ff32db to your computer and use it in GitHub Desktop.

Select an option

Save gautamborgohain/d3b1bac44fd76820c9ae5b5633ff32db to your computer and use it in GitHub Desktop.
edit trust relationship json in zappa execution role
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"Service": [
"lambda.amazonaws.com",
"events.amazonaws.com",
"apigateway.amazonaws.com"
]
},
"Action": "sts:AssumeRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment