sqs-producer
sqs-producer copied to clipboard
Simple scaffolding for applications that produce SQS messages
**Describe the bug** aws-sdk version is locked to version 2.677.0. This version has several security vulnerabilities. Can you unlock it in order to use a compatible version added to the...
I trying to use this package in microservice context. I need to send a message and wait for the result, for example, send a filter and get the list of...
## Description Migrate to aws-sdk v3 Also migrate `tslint` to `eslint` and `mocha` to `jest` ## Motivation and Context So up-to-date AWS dependencies are used ## Types of changes -...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.677.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...
**Describe the bug** In the docs, it says that we can pass `accessKeyId` and `secretAccessKey` to the `Producer.create` method, but we can only pass an `SQS` object, the README need...
I would like to see some example using dead letter queues please.