Automatic push from FunctionsAPI
This commit is contained in:
parent
7764518f41
commit
7e0ab1ca2b
5
main.py
Normal file
5
main.py
Normal file
@ -0,0 +1,5 @@
|
||||
def main(request):
|
||||
return "hello, world"
|
||||
def print_name(name):
|
||||
# Print the name
|
||||
print("The name is:", name)
|
||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
functions-framework==1.4.3
|
||||
markupsafe==2.0.1
|
||||
Loading…
Reference in New Issue
Block a user