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

image

  • Fixed a bug where when querying using the extension methods on the DynamoDBContext class, the LIMIT clause is not being respected. This was due to lazy-loading of results in the DynamoDBContext class, see this thread for more info.

 

The latest build can be found on Nuget as version 1.0.5.

 

Learn to build Production-Ready Serverless applications

Want to learn how to build Serverless applications and follow best practices? Subscribe to my newsletter and join over 5,000 AWS & Serverless enthusiasts who have signed up already.

Leave a Comment

Your email address will not be published. Required fields are marked *