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
{{ message }}
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
I tried a similar example locally and I get the following Boto3 error: botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the Query operation: Query key condition not supported
In your example on the Readme:
As far as I know, you cannot use a query on a DyanmoDB table without using an exact match on Partition(Hash) Key.
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html
How are you using isbn__begins_with="12345" here?
I tried a similar example locally and I get the following Boto3 error:
botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the Query operation: Query key condition not supportedIs this a bug? If not, why does it work?