You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had this issue where we wan't two process to listen for s3 events. Aws does not allow two sqs queues to listen to the same kind of events on the same bucket. The correct way around this is to put s3 events into sns queue that can then be listened by multiple destinations.
There is an issue with this approach and rin. Sns wraps the events into another layer of json document that needs to be unmarshalled.
The text was updated successfully, but these errors were encountered:
We had this issue where we wan't two process to listen for s3 events. Aws does not allow two sqs queues to listen to the same kind of events on the same bucket. The correct way around this is to put s3 events into sns queue that can then be listened by multiple destinations.
There is an issue with this approach and rin. Sns wraps the events into another layer of json document that needs to be unmarshalled.
The text was updated successfully, but these errors were encountered: