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#?