added a lambda with a test configuration

This commit is contained in:
Nathan Windisch 2025-03-10 00:47:11 +00:00
parent ad75e94306
commit bd570df29a
2 changed files with 6 additions and 0 deletions

2
function.py Normal file
View File

@ -0,0 +1,2 @@
def handler(event, context):
return {"Hello": "world!"}

4
lambda.yml Normal file
View File

@ -0,0 +1,4 @@
---
build_image: mlupin/docker-lambda:python3.9-build
builder: python
run_image: mlupin/docker-lambda:python3.9