Skip to content

Commit

Permalink
Update v2-v3-migration.md
Browse files Browse the repository at this point in the history
Add note about retry behaviour
  • Loading branch information
michaelwittwer authored Jul 26, 2024
1 parent 9b3b47d commit 9ba3bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2-v3-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [ ] Switch to new implementation of pagination, see [official doc](https://github.com/aws/aws-sdk-js-v3#paginators).
- [ ] Use middleware stack to implement verbose logging of request / response data
- [ ] Update [dynamo-easy-demo](https://github.com/shiftcode/dynamo-easy-demo) see [this](https://github.com/shiftcode/dynamo-easy-demo/issues/1) issue
- [ ] 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))

## Useful Links

Expand Down

0 comments on commit 9ba3bff

Please sign in to comment.