A simple nodejs bootstrap that lets you quickly get started with developing & deploying AWS Lambda functions.
The bootstrap provides out of the box a "Hello World!" AWS Lambda function integrated with
- ES Lint for lint validations
- Jasmine for unit testing and mocking
- Istanbul for code coverage
Clone the repo and run the following commands from root of the folder
npm install --global gulp
npm install
From the root folder of the repo run the following commands to generate a zip file that is ready to upload to AWS Lambda for deployment
gulp