Skip to content

schedulino/aws-lambda-utils

Repository files navigation

aws-lambda-utils

Build Status

Schedulino utilities for AWS lambda services.

Installation

$ npm install --save @schedulino/aws-lambda-utils

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