3 lines
60 B
Python
3 lines
60 B
Python
def handler(event, context):
|
|
return {"Hello": "world!"}
|
def handler(event, context):
|
|
return {"Hello": "world!"}
|