@shelf/aws-ddb-with-xray

v2.2.2
AWS DynamoDB Document Client initialized with X-Ray
aws sdk document client dynamodb x-ray xray

lint

eslint . --ext .js,.ts,.json --fix

test

jest src --runInBand --forceExit

build

rm -rf lib/ && yarn build:types && babel src --out-dir lib --ignore '**/*.test.ts' --extensions '.ts' && find ./lib -name '*.test.d.ts' -delete

lint:ci

eslint . --ext .js,.ts,.json

prepack

yarn build

coverage

jest --coverage

type-check

tsc --noEmit

build:types

tsc --emitDeclarationOnly --declaration --isolatedModules false --declarationDir lib

type-check:watch

npm run type-check -- --watch
npm i @shelf/[email protected]

Metadata

  • MIT
  • >=16
  • Vlad Holubiev
  • released 2/16/2024

Downloads