Compare commits

..

No commits in common. "v2" and "main" have entirely different histories.
v2 ... main

3 changed files with 2 additions and 9 deletions

View File

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

View File

@ -1,2 +0,0 @@
def main(request):
return "hello, world"

View File

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