linuxdynasty / awsretry

Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.
45 stars 21 forks source link

Handle case no error_code #6

Closed jeshan closed 5 years ago

jeshan commented 5 years ago

Not all errors has the error_code property. e.g case is botocore.exceptions.EndpointConnectionError when we connect to a service in a region where it is not rolled out yet. This caused a runtime exception that may be fixed with this PR.

notAJavaProgrammer commented 4 years ago

Can you make a new release for this on pypi?