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