Skip to content

Commit

Permalink
Merge pull request #274 from widdix/fix-iam-permissions
Browse files Browse the repository at this point in the history
Fix documented required IAM actions
  • Loading branch information
Martin Buckley authored Apr 14, 2022
2 parents 6f823b8 + 223f18e commit f20b4d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ Each consumer is an [`EventEmitter`](http://nodejs.org/api/events.html) and emit

### AWS IAM Permissions

Consumer will receive and delete messages from the SQS queue. Ensure `sqs:ReceiveMessage` and `sqs:DeleteMessage` access is granted on the queue being consumed.

Consumer will receive and delete messages from the SQS queue. Ensure `sqs:ReceiveMessage`, `sqs:DeleteMessage`, `sqs:DeleteMessageBatch`, `sqs:ChangeMessageVisibility` and `sqs:ChangeMessageVisibilityBatch` access is granted on the queue being consumed.

### Contributing
See contributing [guidelines](https://github.com/bbc/sqs-consumer/blob/master/.github/CONTRIBUTING.md).

0 comments on commit f20b4d0

Please sign in to comment.