Skip to content

Instantly share code, notes, and snippets.

@yossale
Created June 22, 2020 07:56
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 yossale/b0cf6dcd951ce6d5a1e1ce32cd617685 to your computer and use it in GitHub Desktop.
Save yossale/b0cf6dcd951ce6d5a1e1ce32cd617685 to your computer and use it in GitHub Desktop.
logGroupListener-permission.json
{
"Version": "2012–10–17",
"Statement": [
{
"Sid": "Manual",
"Effect": "Allow",
"Action": "logs:PutSubscriptionFilter",
"Resource": "arn:aws:logs:us-east-1:{YOUR_ACCOUNT_ID}:log-group:/aws/Lambda/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment