Schedulino utilities for AWS lambda services.
$ npm install --save @schedulino/aws-lambda-utils
npm run test:watch
: Run test suite in interactive watch modenpm run test:prod
: Run linting and generate coveragenpm run build
: Generate bundles and typingsnpm run lint
: Lints codenpm run cm
: Commit using conventional commit style (husky will tell you to use it if you haven't 😉)