项目作者: shashanktomar

项目描述 :
Serverless boilerplate with webpack and babel support
高级语言: JavaScript
项目地址: git://github.com/shashanktomar/serverless-webpack-babel-boilerplate.git
创建时间: 2017-09-08T21:39:43Z
项目社区:https://github.com/shashanktomar/serverless-webpack-babel-boilerplate

开源协议:MIT License

下载


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.