Add a Changelog entry for 10181 (#11293)

This commit is contained in:
Scott Miller 2021-04-07 11:44:19 -05:00 committed by GitHub
parent 080c9ca6ba
commit 2e0c1fb9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
changelog/10181.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
storage/dynamodb: Handle throttled batch write requests by retrying, without which writes could be lost.
```