sqs-producer

v2.0.1
Enqueues messages onto a given SQS queue
aws sqs producer queue

lint

tslint --project tsconfig.json

test

mocha

build

npm run clean && tsc

clean

rm -fr dist/*

watch

tsc --watch

coverage

nyc mocha && nyc report --reporter=html && nyc report --reporter=json-summary

posttest

npm run lint

Metadata

Downloads

Maintainers