def no_op()

in db_schema/db_schema_lambda/main.py [0:0]


def no_op(event, context):
    """
    Needed for the custom resource to delete properly.
    """
    logger.info('No action required when deleting this resource')