Lambda function for running TBV (or "lambda-ified" equivalent)
- Build the code:
npm run build
- Run it!
npm start
- Add tests by creating files with the
.tests.ts
suffix - Run the tests:
npm t
- Test coverage can be viewed at
/coverage/lcov-report/index.html