sqs-producer

v3.2.0
Enqueues messages onto a given SQS queue
aws sqs producer queue

lcov

nyc mocha && nyc report --reporter=lcov

lint

eslint . --ext .ts

test

mocha --recursive --full-trace --exit

build

npm run clean && tsc

clean

rm -fr dist/*

watch

tsc --watch

format

prettier --loglevel warn --write "**/*.{js,json,jsx,md,ts,tsx,html}"

pretest

npm run build

coverage

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

lint:fix

eslint . --fix

posttest

npm run lint && npm run format:check

format:check

prettier --check "**/*.{js,json,jsx,md,ts,tsx,html}"

prepublishOnly

npm run build

Metadata

Downloads