moalexmonk
moalexmonk
Exceptions coming from boto3/botocore when running boto3.client('sts') too many times simultaneously
Workaround for this in the mean time: Put a `boto3.client('sts')` call immediately before the for loop.
Exceptions coming from boto3/botocore when running boto3.client('sts') too many times simultaneously
So it looks like another way around this is boto3.Session().client (or boto3.session.Session() as in that linked page) instead of just boto3.client.
Note this was in Python 2. It doesn't like you can use int() like this in Python 3?
I would try to make a pull request but haven't been able to build pywin32 on my computer. The timestamp() function (PyWinMethod_NewTimeStamp) on these objects in Python 3 seems to...