terricain / aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend
Apache License 2.0
719 stars 74 forks source link

Fix dynamo db batch writer data loss bug #270

Closed JamesVerrill closed 2 years ago

JamesVerrill commented 2 years ago

This patch fixes the data loss bug (https://github.com/terrycain/aioboto3/issues/246) which can occur when concurrent tasks use the same dynamodb batch writer.

Also brings the code back in line with the boto3 code per https://github.com/boto/boto3/pull/3279

terricain commented 2 years ago

Looks good :+1: thanks

terricain commented 2 years ago

https://pypi.org/project/aioboto3/10.0.0/ is out, thanks :smile:

JamesVerrill commented 2 years ago

@terrycain super. thanks for merging :grinning: