amazon-dax-client

v1.2.7
Amazon DAX Client for JavaScript
aws dax dynamodb cache amazon

lint

eslint --ext .js src/ generated-src/

lint-fix

eslint --ext .js src/ generated-src/ --fix

lint-test

eslint --ext .js test/

lint-test-fix

eslint --ext .js test/ --fix

retire

retire -p

codegen

PYTHONPATH=codegen/.pip python3 codegen/codegen.py models templates generated-src

build-tarball

./bin/build-package.sh

s3-upload

node ./bin/s3-upload.js

test

mocha test

test-integration

mocha test/integration

test-load

mocha test/loadtest/ --no-timeouts

test-perf

node_modules/mocha/bin/mocha test/baseline/ --no-timeouts

test-sanity

node_modules/mocha/bin/mocha test/integration/SanityTest.js --no-timeouts

coverage-integration

nyc mocha test 'test/integration/!(SanityTest*).js'

coverage-all

nyc mocha test test/integration --no-timeouts

release:local

npm run lint && npm run test

start

node server.js

Metadata

  • Apache-2.0
  • >= 4.8.0
  • Amazon Web Services
  • released 12/9/2021

Downloads