kubeless/functions/helloget.py

3 lines
46 B
Python
Raw Normal View History

2019-04-26 15:34:48 +02:00
def foo(event, context):
return "hello world"