mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-04 20:51:32 +00:00
Add OpenFaaS Clear Linux based python3 template
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
def handle(req):
|
||||
"""handle a request to the function
|
||||
Args:
|
||||
req (str): request body
|
||||
"""
|
||||
|
||||
return req
|
||||
Reference in New Issue
Block a user