def lambda_handler()

in scripts/glue_comprehend_workflow.py [0:0]


def lambda_handler(event, context):

    response = client.start_job_run(JobName = glueJobName)

    return response