sqs-producer

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

test

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

posttest

npm run lint && npm run format:check

coverage

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

lcov

c8 mocha && c8 report --reporter=lcov

lint

eslint . --ext .ts

lint:fix

eslint . --fix

format

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

format:check

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

build

npm run clean && tsc

prepublishOnly

npm run build

pretest

npm run build

watch

tsc --watch

clean

rm -fr dist/*

generate-docs

typedoc
npm i sqs-producer

Metadata

Downloads