Skip to content

Instantly share code, notes, and snippets.

@tbarbugli
Created April 1, 2016 15:17
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 tbarbugli/9cc4e6b4d589cad0f94d53f6ed0c1a15 to your computer and use it in GitHub Desktop.
Save tbarbugli/9cc4e6b4d589cad0f94d53f6ed0c1a15 to your computer and use it in GitHub Desktop.
sqs_policy_stream.json
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1459523779000",
"Effect": "Allow",
"Action": [
"sqs:GetQueueUrl",
"sqs:SendMessage",
"sqs:SendMessageBatch",
"sqs:GetQueueAttributes"
],
"Resource": [
"arn:aws:sqs:region:acc_id:queue_name"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment