knative-report/functions/helloget.py
2019-10-02 18:27:25 +02:00

3 lines
46 B
Python

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