Skip to content

Commit

Permalink
corrected sample IAM policy to match to match the documentation. logs…
Browse files Browse the repository at this point in the history
  • Loading branch information
nhumphreys committed Nov 16, 2017
1 parent 6690a0e commit b47f781
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ A sample policy is as follows:
"Action": [
"sqs:ChangeMessageVisibility",
"sqs:ChangeMessageVisibilityBatch",
"sqs:DeleteMessage",
"sqs:DeleteMessageBatch",
"sqs:GetQueueAttributes",
"sqs:GetQueueUrl",
"sqs:ListQueues",
"sqs:SendMessage",
"sqs:SendMessageBatch"
"sqs:ReceiveMessage"
],
"Effect": "Allow",
"Resource": [
Expand Down

0 comments on commit b47f781

Please sign in to comment.