Skip to content

Instantly share code, notes, and snippets.

@DanielDaCosta
Created June 20, 2020 18:31
Show Gist options
  • Select an option

  • Save DanielDaCosta/1fb03b05c99df3c649901ab6ff921861 to your computer and use it in GitHub Desktop.

Select an option

Save DanielDaCosta/1fb03b05c99df3c649901ab6ff921861 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"sqs:DeleteMessage",
"sqs:ReceiveMessage",
"sqs:GetQueueAttributes"
],
"Resource": "${sqs_arn}",
"Effect": "Allow"
},
{
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:*",
"Effect": "Allow"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment