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

https://github.com/tsertkov/serverless-node-starter

Serverless Node Starter Kit
https://github.com/tsertkov/serverless-node-starter

Last synced: about 2 months ago
JSON representation

Serverless Node Starter Kit

Awesome Lists containing this project

README

        

# Serverless Node Starter Kit

- environment "stage" aware config.js
- .editorconfig file
- standard js linting with autofixing: `yarn run lint`, `yarn run lint-fix`
- packaging with serverless-webpack
- js transpilation with babel
- async/await everywhere
- error strack trace updated to match original files
- jest powered unit tests: `yarn run test-watch`
- local testing api gateway with: `yarn run serve`
- dev watch mode with fixture event data: `yarn run dev-fn1`