Files
dockerfiles/FaaS/OpenFaaS/template/python3-clearlinux/function/handler.py
T
2019-12-06 13:30:14 +08:00

8 lines
123 B
Python

def handle(req):
"""handle a request to the function
Args:
req (str): request body
"""
return req