Just a quick note to say that I have made some minor changes to DynamoDb.SQL and released version 1.0.7 of the library to Nuget, here’s a list of the changes:
- fixed a bug with LIMIT when there is insufficient number of elements using the DynamoDBContext.
- added support for counting the number of matching items with a query or scan (see below)
The Getting Started guide has also been updated to include details on how to write a Count query.