Files
kubeless/functions/helloget.py
2019-04-26 15:34:48 +02:00

3 lines
46 B
Python

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