Add OpenFaaS Clear Linux based python3 template

Signed-off-by: Qi Zheng <qi.zheng@intel.com>
This commit is contained in:
Qi Zheng
2019-12-06 13:30:14 +08:00
committed by qzheng527
parent 8304a1e565
commit f5bd2001ba
10 changed files with 128 additions and 0 deletions
@@ -0,0 +1,7 @@
def handle(req):
"""handle a request to the function
Args:
req (str): request body
"""
return req