You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe
I am using io.awspring.cloud.dynamodb.DynamoDbTemplate for querying records by global secondary index.
The result of this API is PageIterable<T> which works if I need to return these records. However, the table contain millions of records, therefore planning query in chunks with filter criteria and use lastEvaluatedKey to fetch next set of records.
I am unable to find any workable example using DynamoDbTemplate.
Type: Question
Component:
DynamoDB
Describe
I am using
io.awspring.cloud.dynamodb.DynamoDbTemplate
for querying records by global secondary index.The result of this API is
PageIterable<T>
which works if I need to return these records. However, the table contain millions of records, therefore planning query in chunks with filter criteria and uselastEvaluatedKey
to fetch next set of records.I am unable to find any workable example using
DynamoDbTemplate
.Can you please advise?
Tech stack
3.2.5
3.1.1
2.25.47
21
Sample
The text was updated successfully, but these errors were encountered: