Optional
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html#DDB-Query-request-ConsistentRead
DynamoDB's default which is false
false
Whether to return results in ascending order
ScanIndexForward at https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html
DynamoDB's default which is true
true
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.