Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1000 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 1000 Bytes

Lamb2Numb

Lambda application template to fast track creating your own AWS lambda in Python.

License: MIT


ci pipeline Layer Deployment pipeline

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