An application includes an Amazon DynamoDB table that is named orders. The table has a primary partition key of id and a global secondary index (GSI) that is named an accountIndex. The GSI has a partition key of accountId and a sort key of orderDateTime.
A developer needs to create an AWS Lambda function to retrieve the orders that have an accountId of 100.
Which solution will meet this requirement by using the LEAST read capacity?
e886835
1 day, 11 hours ago