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

Compress the JSON before sending it through SQS #18

Open tomdee opened 3 years ago

tomdee commented 3 years ago

From a quick skim of the source code it doesn't look like the JSON is compressed before sending it.

This seems like a simple new feature which would allow more messages to go via SQS without needing to be uploaded to S3

mzahor commented 3 years ago

Interesting idea. We may implement is some day. Thanks.