wip
This commit is contained in:
parent
bae554d2d5
commit
4f2d1c322e
11 changed files with 136 additions and 2 deletions
8
python-function/handler.py
Normal file
8
python-function/handler.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
def handle(req):
|
||||
"""handle a request to the function
|
||||
Args:
|
||||
req (str): request body
|
||||
"""
|
||||
# print("Hello! You said: " + req)
|
||||
|
||||
return {"message": req}
|
||||
Loading…
Add table
Add a link
Reference in a new issue