I have a question about null result caching behavior of Amazon DAX. If I try to GetItem
from DAX with Dynamodb, and the item result is null. Will the DAX cache the null result to accelerate the get null item?
Yes. DAX caches null marker if item is not found in DynamoDB.