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 1e4f5fb commit 970756bCopy full SHA for 970756b
javascriptv3/example_code/dynamodb/actions/get-item.js
@@ -10,6 +10,7 @@ const client = new DynamoDBClient({});
10
11
export const main = async () => {
12
const command = new GetItemCommand({
13
+ ConsistentRead: true,
14
TableName: "CafeTreats",
15
// For more information about data types,
16
// see https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html#HowItWorks.DataTypes and
0 commit comments