'withKeyConditionExpression in DynamoDB enhanced version
All - I'm trying to migrate dynamodbclient from v1 to enhancedclient and I'm unable to figure out how I can convert this below line.
In V1 : queryExpression.withKeyConditionExpression("country = :country and state = :state"); queryExpression.withFilterExpression("dist = :dist");
In V2 with QueryEnhancedRequest, how can I add the above two lines?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
