dynalite
dynalite copied to clipboard
Error when querying BOOL attribute
I'm using the AWS Java SDK to create a query:
new QueryFilter("field_a").eq(true)
This works against DynamoDB but fails when using Dynalite with
One or more parameter values were invalid: ComparisonOperator EQ is not valid for BOOL AttributeValue type