Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-06-15 12:02:59 +00:00
parent 35b9f616f2
commit eb6ce996a0
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# 181242312e8a4b6ab7d693550690b77b

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