January 2019
Intermediate to advanced
490 pages
15h 37m
English
DynamoDB supports three ways of querying data:
Each of these ways support strongly consistent reads, using an additional option of consistent-read. The default is eventual consistency. By default, all attributes are returned in a read operation. You can use a ProjectionExpression parameter to specify which attributes need to be returned.
The following are some of the important characteristics of get-item:
Read now
Unlock full access