Skip to content

Instantly share code, notes, and snippets.

@PsycheShaman
Created April 24, 2021 18:44
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 PsycheShaman/7f53784687a656bdf2456e30d1b425be to your computer and use it in GitHub Desktop.
Save PsycheShaman/7f53784687a656bdf2456e30d1b425be to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Invoke",
"Effect": "Allow",
"Action": [
"lambda:InvokeFunction"
],
"Resource": "arn:aws:lambda:us-west-2:123456789012:function:my-function"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment