Skip to content

schedulino/aws-dynamodb-adapter

Repository files navigation

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 😉)