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