Skip to content

Instantly share code, notes, and snippets.

@bo67192
Created November 5, 2016 19:20
Show Gist options
  • Save bo67192/6e3216e129592b59327d1af9751ee1ee to your computer and use it in GitHub Desktop.
Save bo67192/6e3216e129592b59327d1af9751ee1ee to your computer and use it in GitHub Desktop.
Policy that trusts Lambda to assume
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "lambda.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment