Try our new research platform with insights from 80,000+ expert users
Technical Director at a healthcare company with 5,001-10,000 employees
Real User
It's ease of operation, scalability and predictable performance are valuable features.

What is most valuable?

The ease of operation. It's so easy to scale it up and down. And it delivers predictable performance, as promised. 

How has it helped my organization?

We are using DynamoDB in two projects now. One for storing large amounts of file metadata, and one for storing small amounts of session data. The fact that it is so easy to create tables and provision for known throughput saved us a lot of time, especially because we are deploying multiple environments and multiple regions. 

What needs improvement?

DynamoDB doesn't provide server-side encryption, so we had to do it manually.

Any replication to other regions requires writing code. It's not so bad, but would be better to get a solution out of the box. 

We store some protected patient information in DynamoDB, and in order to keep it HIPAA-compliant, we have to encrypt it at rest. Some services such as S3, Redshift and SQS will do the encryption on the server side, but with DynamoDB, the client application had to do the encryption before writing to the DB, and has to decrypt when reading. This means that we need to manage encryption keys: we need to store then securely and rotate them periodically, which is extra coding and complexity.

As for cross-region replication, AWS offers a way to do this using DynamoDB streams and Lambda, whereas other databases such as postgresql enable to configure replication without coding.


For how long have I used the solution?

I have used it for one year.

Buyer's Guide
Amazon DynamoDB
October 2025
Learn what your peers think about Amazon DynamoDB. Get advice and tips from experienced pros sharing their opinions. Updated: October 2025.
872,778 professionals have used our research since 2012.

What was my experience with deployment of the solution?

We have not encountered any deployment issues. It's straightforward. 

What do I think about the stability of the solution?

We have not encountered any stability issues, but you should expect to get exceptions when you exceed the provisioned throughput. This is okay and it is by design. You need to handle it by retries with exponential backoff. 

What do I think about the scalability of the solution?

We have not encountered any scalability issues.

Which solution did I use previously and why did I switch?

We used PostgreSQL. We switched to DynamoDB for the scalability and ease of deployment and operation. 

How was the initial setup?

Initial setup was straightforward.

What about the implementation team?

An in-house team implemented it.

What was our ROI?

No time wasted on provisioning databases.

What's my experience with pricing, setup cost, and licensing?

Pricing depends on volume and provisioned throughput. When low, the price is extremely low. But for really large amounts of data, it can be expensive. Make sure you keep there only data you really need available fast.

Which other solutions did I evaluate?

We evaluated Cassandra but chose to abandon it because it was harder to configure correctly and scale. 

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Software Architect at Knowmad mood
Real User
Top 10
Easily integrates with other services, but it gets expensive if we use it a lot
Pros and Cons
  • "We don't have to administer the tool."
  • "The primary key is quite slow."

What is our primary use case?

We use the solution to emulate MongoDB for the document database.

What is most valuable?

The solution is useful for storing JSON documents. DynamoDB is a platform as a service. We don't have to administer the tool. We did not face any challenges while integrating the product with other services.

What needs improvement?

We use the document database. The primary key is quite slow. The free tier is quite hard to use.

For how long have I used the solution?

I have worked with the tool for three years.

What do I think about the stability of the solution?

The tool is stable.

What do I think about the scalability of the solution?

We are satisfied with the scalability of the tool.

How was the initial setup?

The deployment is quite easy. The deployment takes a minute. We need only one engineer to install the solution.

What was our ROI?

The ROI is very good at the beginning. However, it gets expensive if we use it a lot.

What's my experience with pricing, setup cost, and licensing?

I rate the pricing a six out of ten.

Which other solutions did I evaluate?

DynamoDB and Cosmos DB are more or less the same. My preference depends on the cloud I am working on. However, I prefer Cosmos DB because I have used it more.

What other advice do I have?

Overall, I rate the product a seven out of ten.

Disclosure: My company has a business relationship with this vendor other than being a customer. Integrator
PeerSpot user
Buyer's Guide
Amazon DynamoDB
October 2025
Learn what your peers think about Amazon DynamoDB. Get advice and tips from experienced pros sharing their opinions. Updated: October 2025.
872,778 professionals have used our research since 2012.
reviewer2341899 - PeerSpot reviewer
Solution Architect at a tech vendor with 10,001+ employees
Real User
Top 20
Provides fast access to real-time data and has a simple setup process
Pros and Cons
  • "The platform is easy to develop and configure."
  • "They could provide more information or training programs to deliver knowledge to the engineers about the components of relational databases similar to popular vendors."

What is our primary use case?

We use the product to store historical data. 

What is most valuable?

The platform is easy to develop and configure. It requires some knowledge of the tool to access, but the process is simple.

What needs improvement?

They could provide more information or training programs to deliver knowledge to the engineers about the components of relational databases similar to popular vendors.

For how long have I used the solution?

We have been using Amazon DynamoDB for a year.

What do I think about the stability of the solution?

I rate the platform's stability a nine out of ten.

What do I think about the scalability of the solution?

In our organization, around five teams use Amazon DynamoDB. The product is scalable enough to meet the application requirements. We plan to increase the usage in different areas within the enterprise. I rate the scalability a ten out of ten.

How was the initial setup?

The initial setup is simple. It requires three engineers to complete the deployment and takes a few weeks.

What about the implementation team?

We implement the product in-house.

What other advice do I have?

It helps us store user advertising data, enabling efficient analysis and data management. The platform's advantage is related to fast access to real-time information for scalability. We can access the data storage from different zones and versions. We can configure it in a way that can improve writing and reading as well.

It is a good product. It supports a lot of functionalities, scalability, and multiple versions. I rate it an eight out of ten.

Which deployment model are you using for this solution?

Private Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1298964 - PeerSpot reviewer
Solutions Architect at a tech services company with 501-1,000 employees
Real User
Top 20
Offers features for data normalization and configuring JSON objects
Pros and Cons
  • "Offers a vital query-handling feature"
  • "The response time for data queries should be less than a second"

What is our primary use case?

I use the solution for connecting API services with databases. At our company, Amazon DynamoDB is being used for data normalization and to configure JSON objects. 

What is most valuable?

The features of JSON documents and query handling of databases are vital features of the solution. 

What needs improvement?

The response time for data queries should be less than a second. The queried data is not required in normalization for parameter queries, password queries, or data that can be used frequently. 

It would be beneficial if the product can be made open source. 

For how long have I used the solution?

I have been using Amazon DynamoDB for three years. 

What do I think about the stability of the solution?

The product is stable. 

What do I think about the scalability of the solution?

The solution is highly scalable. 

How was the initial setup?

I found the initial setup to be straightforward. I work with the graphic console and recently have been working with the APIs and queries of the Enterprise Command Line.

What was our ROI?

The ROI depends on how Amazon DynamoDB is integrated with other solutions. 

What's my experience with pricing, setup cost, and licensing?

Amazon DynamoDB is an expensive product. 

What other advice do I have?

I recommend that others use Amazon DynamoDB, but the expenditure must be calculated beforehand. I would rate the product an eight out of ten. 

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free Amazon DynamoDB Report and get advice and tips from experienced pros sharing their opinions.
Updated: October 2025
Product Categories
Managed NoSQL Databases
Buyer's Guide
Download our free Amazon DynamoDB Report and get advice and tips from experienced pros sharing their opinions.