DynamoDB.SQL – minor updates
Just a quick note to say that I have made some minor changes to DynamoDb.SQL to: Add support for specifying the ScanIndexForward option(see DynamoDB API doc here for detail) in a Query operation using an optional “ORDER” clause Fixed a bug where when querying using the extension methods on the DynamoDBContext class, the LIMIT clause …