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

SQS: support bucket notifications #564

Merged
merged 1 commit into from
Aug 14, 2018
Merged

Commits on Aug 14, 2018

  1. feat(aws-sqs): support bucket notifications

    Allow sqs.Queue to be used as a destination for bucket notifications.
    Also supports queues that are server-side encrypted using a custom KMS key.
    
    Added support for specifying KMS keys in `QueueRef`, including export/import support.
    
    Added support to `kms.EncryptionKey` to allow forbidding "no-op" when
    adding policy statements. This is needed in order to fail the user from
    subscribing a queue to receive bucket notifications without the ability
    to allow S3 to read the confirmation messages from the queue as described
    in the S3 documentation [1]
    
    
    
    [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/ways-to-add-notification-config-to-bucket.html
    Elad Ben-Israel committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    1b0d25c View commit details
    Browse the repository at this point in the history