cuddly-waddle-ts - the world's leading nodets lambda function

Scaffolded via cookiecutter-lambda-nodets-template.

Dependencies

Please ensure you have the following:

  1. aws-cli installed or aws credentials set in .env
  2. a recent version of nodets
  3. make

Usage

source .env && make build package

Testing

The mocks directory contains sample events in JSON format.

make test

Deploy

source .env

Build and create the lambda package. Then deploy to lambda. Uses terraform behind the scenes.

make build package
make release