devops video for a leading technology company is planning to build a document management portal that will utilize an existing Amazon DynamoDB table. The portal
A leading technology company is planning to build a document management portal that will utilize an existing Amazon DynamoDB table. The portal will be launched in Kubernetes and managed via AWS App Runner for easier deployment. The table has an attribute of DocumentName that acts as the partition key and another attribute called Category as its sort key. A DevOps Engineer was instructed to develop a feature that queries the DocumentName attribute yet uses a different sort key other than the existing one. To fetch the latest data, strong read consistency must be used in the database tier. Which of the following solutions below should the engineer implement?