serverless-webpack-babel-boilerplate-aws
v1.1.1
Published
A serverless nodejs boilerplate using webpack and babel. This uses aws-lambda as the provider but can be easily configured to support others.
Downloads
17
Maintainers
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.
