Skip to content

Instantly share code, notes, and snippets.

@Adron
Created September 3, 2016 22:36
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 Adron/7bb43729d15931b2fffa083d21ff2ed8 to your computer and use it in GitHub Desktop.
Save Adron/7bb43729d15931b2fffa083d21ff2ed8 to your computer and use it in GitHub Desktop.
wordpress-tainted-syntax-js
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "QueueAccess",
"Action": [
"sqs:ChangeMessageVisibility",
"sqs:DeleteMessage",
"sqs:ReceiveMessage"
],
"Effect": "Allow",
"Resource": "*"
},
{
"Sid": "MetricsAccess",
"Action": [
"cloudwatch:PutMetricData"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment