def lambda_handler()

in terraform/ecc-aws-458-lambda_functions_enhanced_monitoring_enabled/green/function/lambda_function.py [0:0]


def lambda_handler(event, context):
    return {
        'statusCode': 200,
        'body': json.dumps('Hello from Lambda!')
    }