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
- Host: GitHub
- URL: https://github.com/tsertkov/serverless-node-starter
- Owner: tsertkov
- Created: 2018-03-22T11:59:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T09:15:49.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T23:41:45.594Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`