Skip to content

Instantly share code, notes, and snippets.

@jkrnak
Last active November 21, 2018 15:40
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 jkrnak/183e259c6c32a891f988f08f33cc7224 to your computer and use it in GitHub Desktop.
Save jkrnak/183e259c6c32a891f988f08f33cc7224 to your computer and use it in GitHub Desktop.
Trust policy for Lambda@Edge
{
"Version": "2012-10-17",
"Statement": [ {
"Effect": "Allow",
"Principal": {
"Service": ["lambda.amazonaws.com", "edgelambda.amazonaws.com" ]
},
"Action": "sts:AssumeRole"
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment