@shelf/dynamodb-parallel-scan

v3.6.0
Scan large DynamoDB tables faster with parallelism
aws dynamodb parallel-scan

lint

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

test

export ENVIRONMENT=local && jest src --runInBand --forceExit

build

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

lint:ci

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

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 11/24/2023

Downloads