Is it possible in DynamoDB to use a logical evaluation on the sort key in a key condition expression?
For example, on a table with partition key ‘department’ and sort key ‘user’, is it possible to build a key condition expression on a query that looks like:
department eq ‘finance’ and (user eq ‘123’ OR user eq ‘321’)