Version Update differences

Hi guys, We are upgrading from gremlin_python 3.4.11 to 3.6.2. We had some functions break and it turns out that gremlin migrated from tornado to aiohttp in 3.5. Before, we used tornado.httpclient.HTTPRequest in RemoteDriverConnection( tornado.obj ) to form a connection to Neptune. We got the credentials using AWSRequest, botocore, and Sig4Auth. My question would be how do I create a connection using AIOHttpTransport instead of Tornado. I am using RemoteDriverConnection( aiohttptransport.obj ) and am receiving errors. Is there some format that I need to use? Thank you