Skip to content

Commit 9ba3bff

Browse files
Update v2-v3-migration.md
Add note about retry behaviour
1 parent 9b3b47d commit 9ba3bff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v2-v3-migration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- [ ] Switch to new implementation of pagination, see [official doc](https://github.com/aws/aws-sdk-js-v3#paginators).
1414
- [ ] Use middleware stack to implement verbose logging of request / response data
1515
- [ ] Update [dynamo-easy-demo](https://github.com/shiftcode/dynamo-easy-demo) see [this](https://github.com/shiftcode/dynamo-easy-demo/issues/1) issue
16+
- [ ] Check if we still need to implement our custom retry backoff behaviour, since it seems that v3 has some reasonable default behaviour. (see [https://github.com/aws/aws-sdk-js-v3?tab=readme-ov-file#example-pagination-usage](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/util-retry/README.md#default))
1617

1718
## Useful Links
1819

0 commit comments

Comments
 (0)