We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fbb3f commit aa624d6Copy full SHA for aa624d6
1 file changed
internal/datastore/src/__test__/db.ts
@@ -143,7 +143,7 @@ const createLetterQueueTableCommand = new CreateTableCommand({
143
AttributeDefinitions: [
144
{ AttributeName: "supplierId", AttributeType: "S" },
145
{ AttributeName: "letterId", AttributeType: "S" },
146
- { AttributeName: "queueTimestamp", AttributeType: "S" },
+ { AttributeName: "queueSortOrderSk", AttributeType: "S" },
147
],
148
});
149
0 commit comments