Lambda application template to fast track creating your own AWS lambda in Python.
Includes:-
- Separate lambda layer for your lambda dependencies
- CI/CD pipelines for pushing your source code and your layer
- Simple application demonstrating SQS queue consumption
- Linting with ruff
- Unit tests with moto for the above use case