Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
For a mobile chat app using Amazon DynamoDB, which solution minimizes latency for reading new messages with minimal code changes?
A
Enable DAX on the messages table and switch to the DAX endpoint.
B
Deploy DynamoDB read replicas and direct app reads to the read endpoint.
C
Increase read capacity units for the messages table and use the current DynamoDB endpoint.
D
Integrate ElastiCache for Redis and direct app reads to the Redis cache endpoint.