https://github.com/sansmoraxz/lamb2numb
Lambda application template with layers and CI/CD
https://github.com/sansmoraxz/lamb2numb
aws-lambda devops-enabled example linter-config poetry python template
Last synced: 14 days ago
JSON representation
Lambda application template with layers and CI/CD
- Host: GitHub
- URL: https://github.com/sansmoraxz/lamb2numb
- Owner: sansmoraxz
- Created: 2023-05-17T13:06:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T02:29:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T17:27:27.259Z (almost 2 years ago)
- Topics: aws-lambda, devops-enabled, example, linter-config, poetry, python, template
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lamb2Numb
Lambda application template to fast track creating your own AWS lambda in Python.
[](https://opensource.org/licenses/MIT)
[](https://github.com/sansmoraxz/lamb2numb/actions/workflows/cipipeline.yaml)
[](https://github.com/sansmoraxz/lamb2numb/actions/workflows/layerpipeline.yaml)
Includes:-
- Separate [lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/chapter-layers.html) for your lambda dependencies
- [CI/CD pipelines](.github/workflows) for pushing your source code and your layer
- Simple application demonstrating SQS queue consumption
- Linting with [ruff](https://github.com/astral-sh/ruff)
- Unit tests with [moto](https://github.com/getmoto/moto) for the above use case