import json def handle(event, context): return { 'statusCode': 200, 'body': json.dumps('Hello World') }