sqs-producer

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

pretest

npm run build

coverage

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

posttest

npm run lint

prepublish

npm run build

Metadata

Downloads

Maintainers