aspecto-io / sns-sqs-big-payload

Amazon SNS/SQS client library that enables sending and receiving messages with payload larger than 256KiB via Amazon S3.
Apache License 2.0
50 stars 17 forks source link

SQS Producer doesn't support sending MessageAttributes & MessageSystemAttributes when sending a message to sqs. #51

Open ragaak opened 2 years ago

ragaak commented 2 years ago

Thanks to all of the maintainers to create & maintain such a helpful library, there is a similar open issue for SNS & we need similar functionality for SQS as well, as we are using AWS SQS as a trigger to lambda & filtering out messages based on sent MessageAttributes.

The sendJSON method in the SQS produces doesn't support the MessageAtrributes & MessageSystemAttributes sent by the caller as of now.

Can we add this support as well? I would be more than happy to contribute & raise an MR for the fix.

Thanks!

YanivD commented 2 years ago

Hi @ragaak, Thanks for opening this issue. We can add support for it as well! Please contribute and open a PR for it