mirror of
https://github.com/dokku/dokku.git
synced 2025-12-24 15:59:25 +01:00
tests: add unit test for lambda builder
This commit is contained in:
6
tests/apps/lambda-python/function.py
Normal file
6
tests/apps/lambda-python/function.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import requests
|
||||
|
||||
|
||||
def handler(event, context):
|
||||
print("Hello World!")
|
||||
return "Hello World!"
|
||||
1
tests/apps/lambda-python/requirements.txt
Normal file
1
tests/apps/lambda-python/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
requests==2.27.1
|
||||
Reference in New Issue
Block a user