def convert_to_s3uri()

in workshops/Sagemaker_Pipelines_Automated_Retraining/kick_off_pipeline_lambda.py [0:0]


def convert_to_s3uri(bucketname, filename):
    the_uri = f"s3://{bucketname}/{filename}"
    return the_uri