- changed status to resolved
In data/__init__.py we use the imp module to reload the boto3 module after we patch it, however the imp module has been deprecated since Python 3.4 and we should look at migrating to importlib which seems have have a drop in replacement for existing reload method used.
This was fixed some time ago.