mirror of
https://github.com/wardviaene/kubernetes-course.git
synced 2026-05-16 21:16:34 +00:00
4 lines
64 B
Python
4 lines
64 B
Python
def hello(event, context):
|
|
print event
|
|
return event['data']
|