QuestionQ12
Troubleshooting and OptimizationA developer is building an application that uses Amazon DynamoDB. The developer wants to retrieve multiple specific items from the database with a single API call.
Which DynamoDB API call will meet these requirements with the MINIMUM impact on the database?
- A BatchGetItem
- B GetItem
- C Scan
- D Query
Community Discussion