1.1.1 • Published 6 years ago

serverless-webpack-babel-boilerplate-aws v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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.