knative-report/functions/kubeless/helloget.py

3 lines
46 B
Python
Raw Normal View History

2019-10-14 21:32:00 +02:00
def foo(event, context):
return "hello world"