Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6467e5a56c |
@ -1,2 +1,5 @@
|
|||||||
# 67c05387642f4156b1a4dfa0e95811cd
|
def handler(event, context):
|
||||||
|
return {
|
||||||
|
"statusCode": 200,
|
||||||
|
"body": "Hello, World!"
|
||||||
|
}
|
||||||
|
|||||||
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