added a lambda with a test configuration
This commit is contained in:
parent
ad75e94306
commit
bd570df29a
2
function.py
Normal file
2
function.py
Normal file
@ -0,0 +1,2 @@
|
||||
def handler(event, context):
|
||||
return {"Hello": "world!"}
|
4
lambda.yml
Normal file
4
lambda.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
build_image: mlupin/docker-lambda:python3.9-build
|
||||
builder: python
|
||||
run_image: mlupin/docker-lambda:python3.9
|
Loading…
x
Reference in New Issue
Block a user