Results 2 comments of Lucas Dachman

Seems like this is due to line 310 in `condition-expression-builder.ts`. The validator throws if the conditional values length is falsey. Why is this needed? ```typescript function validateForOperator(operator: ConditionOperator, values?: any[])...

I ended up just using the using the dynamodb client directly for this specific use case.