Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 615 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 615 Bytes

lambda-dynamodb

Build Status

The light wrapper around aws-sdk DynamoDB.

NPM scripts

  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings
  • npm run lint: Lints code
  • npm run cm: Commit using conventional commit style (husky will tell you to use it if you haven't 😉)