Ability to pass the payloads though s3 #574
Replies: 2 comments 3 replies
-
Hey! Thanks for the feature suggestion. I understand the potential use case here but I'm wondering what the advantage would be to implementing this directly into sqs-consumer vs doing this at the message handling within the client application itself / within a wrapper. We return the message from SQS directly, so it should be possible and would keep sqs-consumer directly targeted towards its purpose, I'm not sure if we want to start doing message processing on top. |
Beta Was this translation helpful? Give feedback.
-
Here's an update, I've done a bit of thinking, there is some use to this, however, I think it will be useful for people, however, not everyone that uses our libraries. So I do think the best option is to create a new wrapper library. I've kicked off some initial work here: https://github.com/bbc/sqs-extended. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
There is an old package https://www.npmjs.com/package/sns-sqs-big-payload that supports that, but it is compatible only with AWS SDK v2
Objectives
Beta Was this translation helpful? Give feedback.
All reactions