def lambda_handler()

in src/post_comment/app.py [0:0]


def lambda_handler(event, context):

  output = merge_branch_output(event)

  text_detected_body, images_detected_body = assemble_message_body(output)

  zenpy_update_ticket(output, text_detected_body, images_detected_body)

  return