/lamb2numb

Lambda application template with layers and CI/CD

Primary LanguagePython

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