Serverless boilerplate with webpack and babel support
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.
Install dependencies: npm install
Run first function locally npm run invoke:local houses
Run second function locally npm run invoke:local heir
serverless deploy
or yarn deploy
See other scripts in package.json for more options.