A Serverless starter that adds ES7 syntax, serverless-offline, environment variables, and unit test support.
It supports:
- ES7 syntax in your handler functions
- Use
import
andexport
- Use
- Package your functions using Webpack
- Run API Gateway locally
- Use
serverless offline start
- Use
- Support for unit tests
- Run
npm test
to run your tests
- Run
- Sourcemaps for proper error messages
- Error message show the correct line numbers
- Works in production with CloudWatch
- Automatic support for multiple handler files
- No need to add a new entry to your
webpack.config.js
- No need to add a new entry to your
- Add environment variables for your stages
To get Started Clone repository Install the Node.js packages using $ npm install