mirror of
https://github.com/wardviaene/kubernetes-course.git
synced 2026-05-16 04:56:32 +00:00
kubeless
This commit is contained in:
3
kubeless/python-example/example.py
Normal file
3
kubeless/python-example/example.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def hello(event, context):
|
||||
print event
|
||||
return event['data']
|
||||
Reference in New Issue
Block a user