in lambda/classify-emails-lambda/lambda_function.py [0:0]
def send_to_human_workflow_topic(email): human_workflow_topic.publish( Message = json.dumps(email, indent = 4) , Subject = "Human workflow entry found" )