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

Rin does not support messages from s3->sns->sqs, only messages from s3->sqs #20

Open
superosku opened this issue Mar 11, 2022 · 1 comment

Comments

@superosku
Copy link
Contributor

superosku commented Mar 11, 2022

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.

fujiwara added a commit that referenced this issue Mar 11, 2022
@fujiwara
Copy link
Owner

Thank you! v1.2.0 released. https://github.com/fujiwara/Rin/releases/tag/v1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants