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 d085086 commit 653894fCopy full SHA for 653894f
lib/lib-dynamodb/src/test/lib-dynamodb.e2e.spec.ts
@@ -347,6 +347,8 @@ describe(
347
.catch(passError);
348
349
for (const k of Object.keys(data)) {
350
+ // this GET request uses ConsistentRead to ensure the previous TransactWrite
351
+ // has completed before the next TransactRead fires.
352
await doc
353
.get({
354
TableName,
0 commit comments