import json import layer as la def lambda_handler(event, context): # TODO implement print(la.layer_fun()) return { 'statusCode': 200, 'body': json.dumps('Hello from ...