https://github.com/shashanktomar/serverless-webpack-babel-boilerplate
Serverless boilerplate with webpack and babel support
https://github.com/shashanktomar/serverless-webpack-babel-boilerplate
aws-lambda babel boilerplate eslint flow flowtype nodejs serverless webpack
Last synced: 9 months ago
JSON representation
Serverless boilerplate with webpack and babel support
- Host: GitHub
- URL: https://github.com/shashanktomar/serverless-webpack-babel-boilerplate
- Owner: shashanktomar
- License: mit
- Created: 2017-09-08T21:39:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T11:47:13.000Z (almost 8 years ago)
- Last Synced: 2025-07-27T00:36:53.172Z (12 months ago)
- Topics: aws-lambda, babel, boilerplate, eslint, flow, flowtype, nodejs, serverless, webpack
- Language: JavaScript
- Size: 169 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serverless Boilerplate with Webpack and Babel
The minimal serverless boilerplate with `webpack`, `babel`, `jest`, `flow` and `eslint`.
This uses aws-lambda as the provider but can be easily configured to support others.
## Run Locally
Install dependencies: `npm install`
Run first function locally `npm run invoke:local houses`
Run second function locally `npm run invoke:local heir`
## Deploy
`serverless deploy` or `yarn deploy`
See other scripts in package.json for more options.