-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Add S3 Bucket to SNS mapping #4120
Comments
@AlexeyRaga I cannot see, within the UI, a way to hook an S3 bucket up to an SNS Topic Got any more info on how to do this? |
From the S3 console click properties and expend the Events section: You can also use the cli: The best way to handle this would probably be to add an event property to the aws_s3_bucket resource and users can provide there own JSON. |
Yeah bucket event config would be a big help! |
See also: #3108 |
+1 for s3 events -> SQS |
+1 for s3 events -> SNS |
+1 for s3 events -> SNS allowing users to provide their own JSON |
I was able to work around this by combining an idea from @wstaples and the
Obvious pros and cons here, so YMMV. CONS:
PROS: |
Oh, and +1 for s3 events -> SNS |
+1 for s3 events -> SQS :) |
+1 for s3 events -> SQS |
+1 for s3 events -> Lambda |
+1 for s3 events -> SQS |
1 similar comment
+1 for s3 events -> SQS |
+1 |
S3 Event Notification will look something like this?
|
+1 for s3 events -> SQS |
Joining the herd: |
+1 for s3 events |
It looks like bucket event notifications are being implemented via #5473 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
It would be very helpful if Terraform could add event notifications from an S3 Bucket to an SNS topic.
ASW has this ability through the UI and it is also supported by CloudFormation, but not by Terraform as far as I can tell.
The text was updated successfully, but these errors were encountered: