Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sqs): remove 'Batch' permissions #2806

Merged
merged 1 commit into from
Jun 11, 2019
Merged

fix(sqs): remove 'Batch' permissions #2806

merged 1 commit into from
Jun 11, 2019

Commits on Jun 10, 2019

  1. fix(sqs): remove 'Batch' permissions

    Batch permissions are automatically implied when given regular API call
    permissions. For example, giving IAM permissions to `sqs:SendMessage`
    gives permission to call both `SendMessage` and `SendMessageBatch`.
    
    Fixes #2381.
    rix0rrr committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    244a345 View commit details
    Browse the repository at this point in the history