Skip to content

Instantly share code, notes, and snippets.

@kevprice83
Created May 16, 2016 10:04
Show Gist options
  • Save kevprice83/6b09ddc251304cf55efb1a72d41a80fa to your computer and use it in GitHub Desktop.
Save kevprice83/6b09ddc251304cf55efb1a72d41a80fa to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:*"
},
{
"Effect": "Allow",
"Action": [
"lambda:InvokeFunction"
],
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment