Allow specifying the consistentRead toggle in the GetItem, ScanTable, and Query mapping templates.
Use Case
To control the amount of replicas contacted during DynamoDB reads.
Proposed Solution
Add an enum parameter to the dynamoDbGetItem, dynamoDbScanTable and dynamoDbQuery methods.
Depends on #5861.
Other
This is a 🚀 Feature Request
Allow specifying the
consistentReadtoggle in theGetItem,ScanTable, andQuerymapping templates.Use Case
To control the amount of replicas contacted during DynamoDB reads.
Proposed Solution
Add an enum parameter to the
dynamoDbGetItem,dynamoDbScanTableanddynamoDbQuerymethods.Depends on #5861.
Other
This is a 🚀 Feature Request