sqs-producer icon indicating copy to clipboard operation
sqs-producer copied to clipboard

Simple scaffolding for applications that produce SQS messages

Results 27 sqs-producer issues
Sort by recently updated
recently updated
newest added

**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...

bug

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...

question

## 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...

dependencies

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...

dependencies

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...

dependencies

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:...

dependencies

**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...

bug

I would like to see some example using dead letter queues please.

question

please export type ProducerOptions

feature-request