tid/function.py

3 lines
60 B
Python

def handler(event, context):
return {"Hello": "world!"}