def make_model_name()

in assets/lambdas/lambdas.py [0:0]


def make_model_name(event):
    notebook_instance_name = event['ResourceProperties']['NotebookInstanceName']
    return f'{notebook_instance_name}-model'