DynamoDB - with AWS SDK
Which of the following is the correct way to continue fetching the next page of results in DynamoDB SDK?
ExclusiveStartKey to tell the query where to start for the next page.Limit sets page size, StartKey is not a valid parameter, and NextPageToken is not used in DynamoDB SDK.ExclusiveStartKey to the last evaluated key from previous response. -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions