1 Answers
Hi Suneel,
Yes, a caching layer in front of DynamoDB can save on table scans and thus more efficent use of RCU/WCU. That’s exactly the use-case for DAX. But, DAX and other caching engines do have a cost as well, so you have to be sure to do your estimations. There is no fixed solution for cost optimization.
–Scott