Skip to content

shashanktomar/serverless-webpack-babel-boilerplate

Repository files navigation

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.

Releases

No releases published

Packages

No packages published