Skip to content

Instantly share code, notes, and snippets.

@brachi-wernick
Created March 8, 2018 08:17
Show Gist options
  • Save brachi-wernick/0994a0634c6f4347b4d24d1f007b5d3d to your computer and use it in GitHub Desktop.
Save brachi-wernick/0994a0634c6f4347b4d24d1f007b5d3d to your computer and use it in GitHub Desktop.
AWS_IAM_policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "lambda:InvokeFunction",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment