I am building a Python script for processing json data according to some criteria. Also I have built a custom module which consists of methods for retrieving json data and generation of json file which consist of processed data. But that module file is stored into S3 bucket and I need to import that module into my script so that I can invoke functions defined in module.
Please suggest me appropriate solution regarding importing python module from external URL