def lambda_handler()

in auto-model-deploy/lambda/check-status.py [0:0]


def lambda_handler(event, context):
    print(event)
    # Insert your own code here to handle Sagemaker status changes
    return event