Reputation: 330
I know DAX is relatively new, but I've been trying to find some documentation on how to implement the client in my .net application. All of the examples shown in java make it seem really easy. You just replace the AmazonDynamoClient with the AmazonDaxClient.
However, when I import the latest AWSSDK.DAX nuget package it doesn't seem to function like this. Can anyone point me to a tutorial or show me an example of how to easily replace the DynamoDBClient with a DAX one in C#?
Upvotes: 2
Views: 998
Reputation: 1045
Good news! .NET support for Amazon DynamoDB Accelerator (DAX) is now available!
Here's the official announcement:
https://aws.amazon.com/about-aws/whats-new/2018/02/amazon-dynamodb-accelerator-dax-releases-sdks-for-python-and-dot-net-support-for-t2-instances-and-now-available-in-the-asia-pacific-singapore-and-asia-pacific-sydney-regions/
and you can find links to the code here:
http://dax-sdk.s3-website-us-west-2.amazonaws.com/
Enjoy and let us know if you have more feedback!
Upvotes: 3
Reputation: 841
We are actively working on DAX client for .net, that will be just as easy as the Java client.
Upvotes: 3