-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DynamoDbClient.scanPaginated ignores exclusiveStartKey #1330
Comments
Hello @thake, the fix for this issue was released. I'll mark this issue as resolved but if you're still having issues feel free to @ me. |
|
Fixed by smithy-lang/smithy-kotlin#1101 |
|
Describe the bug
The method DynamoDbClient.scanPaginated ignores the initial exclusiveStartKey.
Expected behavior
The inital passed exclusiveStartKey is honored.
Current behavior
The inital passed exclusiveStartKey is ignored.
Steps to Reproduce
Possible Solution
No response
Context
No response
AWS SDK for Kotlin version
2
Platform (JVM/JS/Native)
JVM
Operating system and version
Mac OS 14
The text was updated successfully, but these errors were encountered: