Using rowMapper Configuration and using new ClientConfig()
and AmazonDaxClient
I'm facing trouble syncing the dax cluster with my table(s). I know that I have to go through a double hop to get back the query results if it had been updated around the dax in-memory cache. To work around this problem when I have already large amounts of data written like this, How would I sync it to my DAX Cluster without a client querying it?
So, I thought of doing a throttled table scan connected to my dax endpoint. This is only returning in-cache objects only. No updates/insertions are being reflected via the table scan through the dax.
Any help?