/aws-lambda-build-test-deploy

A demo project that illustrates building Lambda functions outside of the AWS Console, with unit tests and a CloudFormation template to automate deployments to AWS

Primary LanguageJavaScript

aws-lambda-build-test-deploy

A simple project to illustrate how to build and test Lambda using contemporary engineering practices, including unit tests, continuous integration and continuous deployment.

Development setup

This project was created using Yarn. To get started, simply run yarn install

To run tests yarn test

TODO - create artifact TODO - deploy