The AWS Lambda Boilerplate. Speed up your development with some basic features.
- mono repo
- lambda layer for the core & shared functions, dependencies
- serverless & esbuild
- minimized package size with separated dependencies for each function (using serverless individually)
- authentication with cognito
- elastic cache
- DynamoDB (with DAX)