Is a fast and flexible NoSQL DB for applications that need consistent single-digit millisecond intently at any scale. It is a fully managed database and supports both document and key value data models.
Dynamo DB Characteristics
Eventual Consistent Reads: Consistency across all copies of data is usually reached within a second. Performing a read after a short duration should return updated data.
Strongly Consistent Reads: A strongly consistent read returns as a result that reflects all writes that received a successful response prior to that read.
Dynamo DS pricing:
0 comments