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