During the stable release of the `next` version, I was not able to resolve all issues, here are some things to followup: - [ ] update to latest version of `prettier` and reformat whole code base (don't want to introduce more changes than necessary in this PR) - [ ] search for `// TODO post-v3` in the code - [ ] Check on new attribute type [$UnknownAttribute](https://github.com/shiftcode/dynamo-easy/blob/next/src/mapper/type/attribute.type.ts) and implement tests - [ ] 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 - [ ] 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))
During the stable release of the
nextversion, I was not able to resolve all issues, here are some things to followup:prettierand reformat whole code base (don't want to introduce more changes than necessary in this PR)// TODO post-v3in the code