Files
kubernetes-course/kubeless/python-example/example.py
Edward Viaene 8195b59e6c kubeless
2018-08-30 09:43:27 +00:00

4 lines
64 B
Python

def hello(event, context):
print event
return event['data']