DynamoDB query on boolean key
问题 I'm new to DynamoDB (and to noSQL in general) and am struggling a little to get my head round some of the concepts. One thing in particular is giving me some problems, which is around querying a table based on a boolean key. I realise that I can't created a primary or secondary index on a boolean key, but I can't see how I should ideally index and query a table with the following structure; reportId: string (uuid) reportText: string isActive: boolean category: string I would like to be able