A starter template for an AWS SAM project, integrated with CodeBuild for continuous integration.
SAM is a fairly generic and unopinionated tool for describing serverless architectures. This starter project seeks to stick to that while easing the design of a Node.js project integrating modern goodness.
This project features support for:
- AWS SAM CLI for local testing
- Webpack for application packaging
- Babel for ES2018 support
- ESLint for code linting
- Mocha for code testing