This is an example project showing off how to setup a project using apex, Webpack 2, babel, lodash, and aws-lambda-runner.
- Create and Manage Lambda Functions with apex
- Tree Shaking & Dead Code Elimination
- Handle API Gateway / Lambda Proxy Integration
Once downloaded and apex is setup:
apex deploy
apex invoke helloWhen deploying, any changed functions will be built and deployed with versioning. More advanced setup available - just check the apex docs!