What item operation allows the retrieval of multiple items from a DynamoDB table in a single API call?

What item operation allows the retrieval of multiple items from a DynamoDB table in a single
API call?

What item operation allows the retrieval of multiple items from a DynamoDB table in a single
API call?

A.
GetItem

B.
BatchGetItem

C.
GetMultipleItems

D.
GetItemRange



Leave a Reply 9

Your email address will not be published. Required fields are marked *


seenagape

seenagape

I agree with the answer. B

Ashish Chaturvedi

Ashish Chaturvedi

B

Romain

Romain

B.

If the application needs to read multiple items, you can use the “BatchGetItem” API (up to 1MB of data which can contain as many as 100 items)