sns-sqs-big-payload icon indicating copy to clipboard operation
sns-sqs-big-payload copied to clipboard

Amazon SNS/SQS client library that enables sending and receiving messages with payload larger than 256KiB via Amazon S3.

Results 20 sns-sqs-big-payload issues
Sort by recently updated
recently updated
newest added

Since AWS are ending V2 support*. I was wondering if there was any plan to migrate to the latest V3 of AWS SDK for Node. Otherwise, we could potentially work...

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

This PR addresses the proposal which is mentioned in this [open issue](https://github.com/aspecto-io/sns-sqs-big-payload/issues/51). **Note:** messageSystemAttributes isn't supported by the AWS SQS [receiveMessage method](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html) which we are using in the consumer service....

I’m trying to use SqsProducer to send sqs message inside my lambda function. But my function is timed out when I’m using very simple code from readme. ``` const sqsProducer...

Hi, I noticed everything works fine accept when I send any data that uses S3 then I will get nothing page. On handle message, I did: `handleMessage: async ({ payload...

sns publish method used in readme file is wrong: `await snsProducer.sendJSON({` Fix: `await snsProducer.publishJSON({`

Thanks to all of the maintainers to create & maintain such a helpful library, there is a similar [open issue](https://github.com/aspecto-io/sns-sqs-big-payload/issues/46) for SNS & we need similar functionality for SQS as...

Thanks for making this library available, it is really useful. We are looking to implement this library in our project and came across a small issue. We currently have an...

Hi again! I'd like to cover the functionality of the error handlers of my implementation with unit tests, but some of the error handlers are not reachable. AFAIK it's not...

PR for issue https://github.com/aspecto-io/sns-sqs-big-payload/issues/46