I have a py file stored on amazon s3 bucket, which I read the content as bytes into python runtime(file is not download and saved locally).
This python file has a function. I would like to invoke the function of the py file which stored on amazon s3.
def generate(id:str):
pass