Boilerplate for building small serverless functions on AWS
git clone https://github.com/ecrmnn/sls-aws-nodejs-boilerplate.git
cd sls-aws-nodejs-boilerplate
npm install
Build your function in src/app.js
.
Use the provided invoke()
helper to run your function with all env variables injected.
npm test
MIT © Daniel Eckermann