kubeless/functions/helloget.py

3 lines
46 B
Python

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