Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-06-15 14:28:20 +00:00
parent 4ef35a5653
commit a32a84f63c
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# 50e563ef1e414f469a691aa4ec739675

5
main.py Normal file
View File

@ -0,0 +1,5 @@
def handler(event, context):
return {
"statusCode": 200,
"body": "Hello, World!"
}

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
functions-framework==1.4.3
markupsafe==2.0.1