An open API service indexing awesome lists of open source software.

https://github.com/colkito/serverless-aws-nodejs-2019

⚡️Serverless boilerplate for AWS + NodeJS with best practices. (edition 2019)
https://github.com/colkito/serverless-aws-nodejs-2019

aws best-practices boilerplate es6 nodejs serverless

Last synced: about 1 month ago
JSON representation

⚡️Serverless boilerplate for AWS + NodeJS with best practices. (edition 2019)

Awesome Lists containing this project

README

          

# serverless-aws-nodejs-2019
Serverless boilerplate to use AWS + NodeJS (runtime v8.10) in the best and fast way.

## Features
- ES6 support
- Offline support
- Source Maps
- Webpack (+4)
- Babel (+7)
- Jest
- Prettier
- Eslint (Airbnb config)
- Helpers
- 2019 BEST PRACTICES ✨

## Contributing

1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
2. Install the dependencies: `yarn`
3. Run offline mode: `sls offline`