Examtopics

AWS Certified Developer - Associate
  • Topic 1 Question 551

    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?

    • Define a DynamoDB API request for the GetItem action with the following parameters:

    • Define a DynamoDB API request for the BatchGetItem action with the following parameters:

    • Define a DynamoDB API request for the Scan action with the following parameters:

    • Define a DynamoDB API request for the Query action with the following parameters:


    シャッフルモード