/sls-aws-nodejs-boilerplate

☁️ Boilerplate for building small serverless functions on AWS

Primary LanguageJavaScript

sls-aws-nodejs-boilerplate

Boilerplate for building small serverless functions on AWS

Travis prs Welcome eslint

Installation

git clone https://github.com/ecrmnn/sls-aws-nodejs-boilerplate.git

cd sls-aws-nodejs-boilerplate

npm install

Usage

Build your function in src/app.js.

Testing

Use the provided invoke() helper to run your function with all env variables injected.

npm test

License

MIT © Daniel Eckermann