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)
- Host: GitHub
- URL: https://github.com/colkito/serverless-aws-nodejs-2019
- Owner: colkito
- License: mit
- Created: 2019-01-31T17:46:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:17:00.000Z (over 3 years ago)
- Last Synced: 2025-08-12T00:28:38.679Z (10 months ago)
- Topics: aws, best-practices, boilerplate, es6, nodejs, serverless
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`