serverless-aws-nodejs-es2015-template
Boiler plate starter project for AWS Lambda Node.JS with Serverless Framework 1.0.3. It provide support for ES2015/ES6 through babel and webpack
Features
- Serverless project
- ES2015/ES6 support (through Babel and Webpack)
npm run test
: unit tests defined in ES2015/ES6npm run debug-test
: unit tests with source map for debugging purposes- copy static files (not bundled into .js)
- include node_modules as dependencies and not bundled into .js