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

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

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.