Amazon Web Services DVA-C02 Question Answer
A developer manages an application that writes customer orders to an Amazon DynamoDB table. The orders use customerId as the partition key, orderId as the sort key, and order_date as an attribute. A new access pattern requires accessing data by order_date and orderId. The developer needs to implement a new AWS Lambda function to support the new access pattern.
How should the developer support the new access pattern in the MOST operationally efficient way?

