Skip to content

Instantly share code, notes, and snippets.

@apun
Created November 17, 2015 22:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apun/8f8c0c0cbea38d7e0bdc to your computer and use it in GitHub Desktop.
Save apun/8f8c0c0cbea38d7e0bdc to your computer and use it in GitHub Desktop.
Lambda Basic Execution Role Policy (For both trigger and worker functions)
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment