def delete()

in source/cfn-s3copyobjects/cfn-s3copyobjects.py [0:0]


def delete(event, context):
    logger.info("Got Delete")
    # Delete never returns anything. Should not fail if the underlying resources are already deleted.
    # Desired state.

    

    # Delete the associated lambda function behavior if it exists for the distribution
    try:

        print ('delete no-op')

    except Exception as e:
        raise e