Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created February 26, 2017 01:46
Show Gist options
  • Save marcelog/2fdb2e982907e12b202a4c8baae97e72 to your computer and use it in GitHub Desktop.
Save marcelog/2fdb2e982907e12b202a4c8baae97e72 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": [
"events.amazonaws.com",
"lambda.amazonaws.com"
]
},
"Action": "sts:AssumeRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment