Skip to content

Instantly share code, notes, and snippets.

@tbarbugli
Created April 1, 2016 15:17
Show Gist options
  • Save tbarbugli/9cc4e6b4d589cad0f94d53f6ed0c1a15 to your computer and use it in GitHub Desktop.
Save tbarbugli/9cc4e6b4d589cad0f94d53f6ed0c1a15 to your computer and use it in GitHub Desktop.

Revisions

  1. tbarbugli created this gist Apr 1, 2016.
    18 changes: 18 additions & 0 deletions sqs_policy_stream.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    {
    "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"
    ]
    }
    ]
    }