We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6701e28 commit 8a62824Copy full SHA for 8a62824
persistence/dynamodb/transactions.md
@@ -2,7 +2,7 @@
2
title: DynamoDB persistence transactions
3
summary: How to use transactions with DynamoDB persistence
4
component: DynamoDB
5
-reviewed: 2023-03-16
+reviewed: 2025-04-28
6
related:
7
- persistence/dynamodb
8
- samples/aws/dynamodb-transactions
@@ -75,6 +75,6 @@ partial: options
75
76
## Testing
77
78
-When [unit testing](/samples/unit-testing/) a message handler, the `TestableDynamoDBSynchronizedStorageSession` class can be used:
+When [unit testing](/samples/unit-testing/) a message handler, the `TestableDynamoSynchronizedStorageSession` class can be used:
79
80
snippet: DynamoDBTestingSessionUsage
0 commit comments