Files
knative-report/functions/kubeless/helloget.py
2019-10-14 21:32:00 +02:00

3 lines
46 B
Python

def foo(event, context):
return "hello world"