Created
April 1, 2016 15:17
-
-
Save tbarbugli/9cc4e6b4d589cad0f94d53f6ed0c1a15 to your computer and use it in GitHub Desktop.
Revisions
-
tbarbugli created this gist
Apr 1, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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" ] } ] }