3 lines
87 B
Python
3 lines
87 B
Python
def main(event, context):
|
|
return {"statusCode": 200, "body": "Hello from Python!"}
|