Created
June 22, 2020 07:56
-
-
Save yossale/b0cf6dcd951ce6d5a1e1ce32cd617685 to your computer and use it in GitHub Desktop.
logGroupListener-permission.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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