Lambda function for handling badge requests
- Build the code:
npm run zip - Lambda deployment package is located at
/compiled/bundle.zip
- Add tests by creating files with the
.tests.tssuffix - Run the tests:
npm t - Test coverage can be viewed at
/coverage/lcov-report/index.html