For the complete documentation index, see llms.txt. This section of documentation is indexed by https://docs.particular.net/persistence/llms.txt. Here is the markdown version of this page. Markdown versions of documentation pages are available by appending .md to the page URL. Directory URLs use index.md.

DynamoDB Persistence Upgrade from 2 to 3

Upgraded the AWS SDK to version 4

The AWS SDK introduces breaking changes, such as returning null instead of empty collections. The persistence has been updated internally to accommodate these changes.

If your application code directly uses the AWS SDK and is affected by these changes, you’ll need to adjust your code accordingly by following the AWS SDK v4 upgrade guidelines.