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

Correct examples #3

Closed jhart-r7 closed 6 years ago

jhart-r7 commented 6 years ago

As written they won't work. This fixes them.

linuxdynasty commented 6 years ago

Thanks for the catch