Skip to content

Instantly share code, notes, and snippets.

@brachi-wernick
Created March 8, 2018 08:21
Show Gist options
  • Save brachi-wernick/65c1072c4a118adc5968e6e7d8974835 to your computer and use it in GitHub Desktop.
Save brachi-wernick/65c1072c4a118adc5968e6e7d8974835 to your computer and use it in GitHub Desktop.
AWS IAM role trusted json
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"Service": [
"lambda.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