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