---
title: Amazon DynamoDB Reviews
meta_title: 'Amazon DynamoDB Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 529 reviews by the users' company size, role or industry
  to find out how Amazon DynamoDB works for a business like yours.
aggregate_rating:
  rating_value: 4.4
  review_count: 529
  scale: '5'
date_modified: '2026-07-17'
parent_category:
  name: NoSQL Databases
  url: https://www.g2.com/categories/nosql-databases
---

# Amazon DynamoDB Reviews
**Vendor:** Amazon Web Services (AWS)  
**Category:** [Document Databases](https://www.g2.com/categories/document-databases)  
**Average Rating:** 4.4/5.0  
**Total Reviews:** 529
## About Amazon DynamoDB
Amazon DynamoDB is a pioneering NoSQL, fully managed, serverless database with limitless scalability and single-digit millisecond latency performance enabling customers to develop modern, microservice-based applications through a simple API. Customers enjoy the benefits of DynamoDB’s fully-managed service including broad compliance standards, security integration with AWS Identity and Access Management and numerous disaster recovery services. With DynamoDB Global Tables, customers have a 99.999% highly available, multi-Region, multi-active database supporting local reads and writes for globally distributed users. DynamoDB provides cost management features such as scale-to-zero, Time to Live (TTL) for aging data out, and multiple pricing models including a free tier.



## Amazon DynamoDB Pros & Cons
**What users like:**

- Users value the **exceptional scalability** of Amazon DynamoDB, allowing performance consistency during varying application demands. (11 reviews)
- Users appreciate the **ease of use** of Amazon DynamoDB, enjoying its fully managed, high-performance capabilities with minimal maintenance. (8 reviews)
- Users appreciate the **cost efficiency** of Amazon DynamoDB, saving time and reducing operational overhead significantly. (5 reviews)
- Users appreciate the **low-latency performance** of Amazon DynamoDB, making it ideal for high-traffic applications. (5 reviews)
- Users appreciate the **fully managed services** of Amazon DynamoDB, which minimize maintenance and enhance operational efficiency. (5 reviews)
- Users value the **high performance and low latency** of DynamoDB, ensuring rapid response times even during heavy load. (5 reviews)
- Users appreciate the **easy integrations** of Amazon DynamoDB, enhancing their experience with seamless connections to other AWS services. (4 reviews)
- Users appreciate the **seamless integration** capabilities of DynamoDB, simplifying the adoption of AWS solutions without hassle. (4 reviews)
- Users appreciate the **scalability and real-time capabilities** of DynamoDB, which enhance performance and flexibility for developers. (3 reviews)
- Users value the **flexible data model** of DynamoDB, making it easy to adapt during development. (3 reviews)

**What users dislike:**

- Users find Amazon DynamoDB to be **expensive** due to unpredictable costs and the need for careful capacity planning. (9 reviews)
- Users struggle with **query complexity** , facing challenges in cost management and performance optimization when using DynamoDB. (7 reviews)
- Users find **Amazon DynamoDB complex** for beginners, requiring extensive learning for effective data modeling and management. (5 reviews)
- Users find the **steep learning curve** of Amazon DynamoDB challenging, especially in data modeling and querying limitations. (5 reviews)
- Users face **cost management challenges** with DynamoDB, requiring constant vigilance to avoid unexpected expenses. (3 reviews)
- Users face a **difficult learning curve** with DynamoDB, requiring careful data organization and understanding of its NoSQL principles. (3 reviews)
- Performance Issues (3 reviews)
- Unclear Pricing (3 reviews)
- Users face **complex configuration challenges** that complicate data management and efficiency in Amazon DynamoDB. (2 reviews)
- Complex Data Modeling (2 reviews)

## Amazon DynamoDB Reviews
  ### 1. it has been excellent.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Shubham J. | Web Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 05, 2023

**What do you like best about Amazon DynamoDB?**

User-friendly, scalable, fast, reliable flexible.

**What do you dislike about Amazon DynamoDB?**

Limited querying capabilities throughout.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Fast if performing operations on a large amount of data.

  ### 2. One of the best NoSql Database provided on cloud by an public cloud provider.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Satish T. | Cloud Architect, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 10, 2022

**What do you like best about Amazon DynamoDB?**

The best thing about Amazon DynamoDB is that it provides auto multi-region replication, because of this feature we don't have to worry about our data loss in case one whole region goes down due to some natural disaster or something else. And the best thing is that all this replication is automatically done by amazon without any manual intervention of the user.

**What do you dislike about Amazon DynamoDB?**

Amazon DynamoDB is very expensive and also we can not perform join operations which are very useful when we need to reduce or eliminate redundancy. Apart from this everything is working fine for me.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

DynamoDB is solving different problems by providing several features like -
1. It's a serverless service so we do not need to worry about the incoming traffic. It can handle any dynamic traffic by automatically scale-up or down based on the demand.
2. Provides automatic backups of its data. So the user doesn't need to take the backup manually.
3. It provides partition keys because of that it can able to bifurcate the traffic in its resources very easily.
Because of all its features, we got better performance and better client reviews.

  ### 3. Fully Managed NoSQL Database

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 01, 2023

**What do you like best about Amazon DynamoDB?**

It's fully managed, serverless database capability

**What do you dislike about Amazon DynamoDB?**

The UI of Amazon DynamoDB needs some serious workaround, and in terms of cost, you are charged per read/write operation.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

As it is serverless, we don't need to manage any server for running production deployments.

  ### 4. Low latency database with some limitation

**Rating:** 4.0/5.0 stars

**Reviewed by:** Harender S. | Technical Architect, Enterprise (> 1000 emp.)

**Reviewed Date:** August 05, 2022

**What do you like best about Amazon DynamoDB?**

The following are what I liked most about DynamoDB:
1. It takes no time to start using DynamoDB. You just need to create the table with a primary key and you can start immediately. 
2. You can query based on any attribute in your table. Even if the primary key is not the best you chose, it still does not stop you from querying the table by any other attribute. 
3. You do not have to organize your tables into databases. Every table is a standalone entity. Create it and use it exclusively.
4. It is a fully managed service and you need not worry about scaling, security etc.
5. Low latency offered by DynamoDB is best in class thus helping to create dynamic and fast applications.
6. Encryption can be enabled with just a few clicks.
7. Data backups can be enabled.
8. Change streams are provided out of the box.
9. Integrates very well with other AWS services.

**What do you dislike about Amazon DynamoDB?**

There is a lot of hidden limitation of DynamoDB. I am listing down the most common ones:
1. The query based on attributes other than indexes results in a full table scan which adds to the cost.
2. Even with a full scan, the data size returned in a query is limited. So if there is more data which cannot be returned in one query then you have to manage the pagination in your application.
3. The size of one single document is limited to 400KB only.
4. If you want to create indexes then it comes with a cost as well as is limited to 5 and 20 for local and global indexes respectively.
5. Data backup is only for the last 35 days at maximum.
6. We cannot bring our keys for encryptions directly.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

DynamoDB, by its very nature, is helping to solve the database problems where the structure is undefined in beginning and evolves. DynamoDB being a NoSQL database directly helps to solve this issue. Just think of a primary key, create a table and start the development. If you find more access patterns in future then take help from secondary indexes. 

Being a fully managed service, I do not need to worry about scaling and the response time of the queries remains within the defined limit by Amazon which is in microseconds. So when the application scales then the database scales automatically. 

Besides, DynamoDB is serverless and so there is no upfront cost. So it is helping me to keep the costs under control too.

DynamoDB is very helpful when the development is just starting and it may be hard to define the data structure as well as data access patterns.

  ### 5. DynamoDB for inventory and retail billing software

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sachin K. | SDE, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 15, 2023

**What do you like best about Amazon DynamoDB?**

Advantaged are  Ease of use, reduced access time, high scalability.

**What do you dislike about Amazon DynamoDB?**

There is as such dislikes but it's nosql nature make it irrelevant for few projects

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Highly scalable and very fast nature make it good pick for large application

  ### 6. extremely scalable nosql db

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Airlines/Aviation | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 30, 2023

**What do you like best about Amazon DynamoDB?**

Scalability
NoSQL
low latency
flexible data model

**What do you dislike about Amazon DynamoDB?**

Cost: Most important consideration in my opinion. Depends of the usage throughput
Vendor lock in

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Needed a highly scalable db which supports nosql, dynamo db fits that bill

  ### 7. Experience with Amazon Dynamo DB

**Rating:** 5.0/5.0 stars

**Reviewed by:** Navnit A. | Back End Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 21, 2023

**What do you like best about Amazon DynamoDB?**

The queries is fast. Reliable ,good documentation and easy to access.

**What do you dislike about Amazon DynamoDB?**

The setup time is quite high from Amazon Dynamo DB

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

It stores reliable data and gives it back when required.

  ### 8. Best No relational database

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ishan M. | Small-Business (50 or fewer emp.)

**Reviewed Date:** March 20, 2023

**What do you like best about Amazon DynamoDB?**

Very fast, reliable and easily managable

**What do you dislike about Amazon DynamoDB?**

Some features missing from the management console, like truncating table

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Store configurations for applications, perfact for such cases, easy to connect with other Aws services

  ### 9. Fully Managed, faster, highly scalable noSQL DB for critical applications

**Rating:** 4.5/5.0 stars

**Reviewed by:** Gaurav S. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** July 17, 2022

**What do you like best about Amazon DynamoDB?**

1. Highly scalable and fully managed by AWS.
2. The DB supports automatic sharding and ACID transactions. 
3. The querying feature has lot of inbuilt filters. 
4. Easy to integrate with other AWS services. 
5. The UI is very good to work with. 
6. We can store structured and unstructured data and it works well with web development and games since its a json based key values. 
7. Serverless approach and very very fast performance.

**What do you dislike about Amazon DynamoDB?**

1. Costs can be huge nightmare if not managed properly as its a costly service. 
2. Limited primary/secondary indexes. 
3. Sometimes hard to form a query and takes time to load the data. 
4. Slight learning curve for the sql admins as it does not support joins and more filters should be added. 
5. Backups are not easy like RDS. 
6. Only supported on AWS.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

As we have huge volume of data grown there is a requirement to process the data faster and more robustly. 
DynamoDB helps in automatic scaling and querying huge volumes of data very quickly. 
It reduces operational overhead as it is fully managed solution from aws so that we don't need to worry about deployment, scaling, cacheing, backup and patching.  It has lots of advantages and it helped the applications go live quickly.

  ### 10. DynamoDB Architecture

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** April 20, 2023

**What do you like best about Amazon DynamoDB?**

The latest ARM_64 architecture of DynamoDB has better performance and cost optimization.

**What do you dislike about Amazon DynamoDB?**

That it doesn't allow to have composite primary key (combination of more than 2 keys as primary key).

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

It provides an easy-to-use NoSQL database. We use it as our database to store big and complex dynamic data.

  ### 11. Dynamodb

**Rating:** 4.0/5.0 stars

**Reviewed by:** Ravindra M. | Technical Support Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 30, 2023

**What do you like best about Amazon DynamoDB?**

Dynamodb database arrangement by Amazon is too good for anyone to understand.

**What do you dislike about Amazon DynamoDB?**

Nothing. Everything is well arranged by Amazon.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Arrangement of database.

  ### 12. Review for dynamodb

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Health, Wellness and Fitness | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 26, 2023

**What do you like best about Amazon DynamoDB?**

It's very fast and convenient way to fetch data from the db

**What do you dislike about Amazon DynamoDB?**

Pricing is alot vel need to reduce the cost

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Its high speed in resolving requests from the database

  ### 13. It is a good service but the restriction with partitions was a bit cumbersome to deal with.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Motion Pictures and Film | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 28, 2023

**What do you like best about Amazon DynamoDB?**

The non structural schema definition and seamless integration.

**What do you dislike about Amazon DynamoDB?**

The partition system and the documentation was a tad unclear at points.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Serving as a database for a saas product.

  ### 14. My experience with mongodb

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Individual & Family Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 21, 2023

**What do you like best about Amazon DynamoDB?**

It is easy to use and integrate. It provide all nfoatipn in good manner

**What do you dislike about Amazon DynamoDB?**

As of now nothing as such. It look perfect.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

There is nothing as such big problem

  ### 15. Simple Serverless DB as a Service

**Rating:** 5.0/5.0 stars

**Reviewed by:** Atish S. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** July 04, 2022

**What do you like best about Amazon DynamoDB?**

Amazon DynamoDB is serverless. Hence you do not need to acquire a EC2 or RDS server . You pay for hits . Since , it is provided as a Service , you do not need to take care of Maintainence or backup.

**What do you dislike about Amazon DynamoDB?**

I don't find anything that i dislike about Amazon Dynamo DB . May be we can say it could be less flexible to use as you can provide your conigurations up to a level. Also ,Since it is cloud ,Data is with Cloud provider , though they ensure Data protection. Also , there are option of hybrid cloud.

**Recommendations to others considering Amazon DynamoDB:**

I strongly recommend to use Amazon DynamoDB , it you want to use Cloud Service . Ease of use , Auto Scalable  Serverless are key benefit.  For on Prem , you can use Mongo DB.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Amazon DynamoDB is used for NoSQl based document DB , which is serverless and can be used to store unstructured Data . Also it is fast as it is managed by Cloud Provider. Also , option of Auto Scalability is there.

  ### 16. first choice for no-sql db if you have aws architecture

**Rating:** 4.5/5.0 stars

**Reviewed by:** Shubham S. | SDE III, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 06, 2022

**What do you like best about Amazon DynamoDB?**

Since our whole system was on AWS, therefore it made sense to use feature-packed DynamoDB to fulfil our use case for no-SQL DB. Since we don't have to invest time in multi-cloud infrastructure and managing that in the case of DynamoDB. We can invest that time in making our product and its performance better.

**What do you dislike about Amazon DynamoDB?**

If you have to create a complex structure with multiple aggregation queries and huge data set then DynamoDB is not a good choice. Also, the documentation for implementation in various languages could be improved with some tutorials.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

We need DynamoDB to store basic key values for our URL shortener service and some other project for document storage without much of a hassle. Selecting DynamoDB has freed us from efforts on the infrastructure and scalability part. And setting up along with other services we are using as part of AWS made it a whole lot easier.

  ### 17. Gold for Caching

**Rating:** 4.0/5.0 stars

**Reviewed by:** Rakhi A. | Technical Lead, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 05, 2022

**What do you like best about Amazon DynamoDB?**

Best thing working with dynamoDB is it's in memory cache. It is flawless and convenient to quickly setup dynamodb and within moments you are ready with running system.

**What do you dislike about Amazon DynamoDB?**

The only thing I will complain about is that Dynamodb is not available for the local system. Once I needed to do some POC offline and could not do it because of the restriction of deployment on AWS only.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

In Glue, I need to parse some broker files for each client in a single day. This broker file is standard, and all the ETL process is redundant. So for a unique key (including file modified timestamp), I created a cache and used it on every client process.

  ### 18. Review of Dynamo DB

**Rating:** 4.0/5.0 stars

**Reviewed by:** Ayush  A. | DevOps Trainee, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 28, 2022

**What do you like best about Amazon DynamoDB?**

we have spun up a few microservices on DynamoDB for hosting and storing the backend data. DynamoDB gives great options for NoSQL provisioning, without any fail.

**What do you dislike about Amazon DynamoDB?**

its hard to afford DynamoDB for big setups and migrating a MySQL type DB to a DynamoDB service, also the documentation for converting RDBMS DBA to a NoSQL platform is hard to come by.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Great AWS documentation as always.
With amazing NoSQL usage and ready to use service. It makes our DB use more productive and very easy to scale in and out as use

  ### 19. Experience with DynamoDB AWS

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sarthak K. | Software Developer Trainee - DevOps, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 19, 2022

**What do you like best about Amazon DynamoDB?**

The best thing about this Service of AWS is that we get the GUI version which is super helpful when creating tables. We can also integrate with otehr services in AWS

**What do you dislike about Amazon DynamoDB?**

The Thing I did not like about DynamoDB is that it can only be Deployed to AWS and nothing else. Also, The table Joins are impossible in DynamoDB. There are no Triggers available as well.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

DynamoDb is helping us with hosting AWS Services with a No-SQl Database in a very convenient way. It is also scalable which is a huge plus point. And it is really cost effective

  ### 20. Dynamodb for transactional management

**Rating:** 4.5/5.0 stars

**Reviewed by:** Gunda Y. | Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** July 16, 2022

**What do you like best about Amazon DynamoDB?**

Dynamodb will be best suited when every we are migrating legacy systems into cloud mainly AWS so we can store our data in dynamodb which is nosql and create the glue jobs to automatically update the data whenever there is change in source database

**What do you dislike about Amazon DynamoDB?**

It will be difficult to load billions of record at a time from onpremise database.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Mainly we are developing aws lambda apis in which we are using dynamodb to fetch the data and return to the end user . With the help of global secondary indexes we can fetch data easily on non partition columns also

  ### 21. Best AutoScalable Serverless DB as a Service

**Rating:** 5.0/5.0 stars

**Reviewed by:** Abhash S. | Mainframe System Programmer, Enterprise (> 1000 emp.)

**Reviewed Date:** July 06, 2022

**What do you like best about Amazon DynamoDB?**

Amazon Dynamo DB is serverless . Hence you pay less compared to servers . It has AutoScalling Feature like other AWS services which will provide resources on demand on the fly

**What do you dislike about Amazon DynamoDB?**

I don't find any disliking feature of AWS Dynamo DB .It is easy to use . Better than any on prem DBs . It can act as Document DB , key value store and for storing unstructured data

**Recommendations to others considering Amazon DynamoDB:**

Features are AutoScalable , Serverless DB as a service with NoSQl Support. If want to go on prem can go for Mongo DB. On cloud  , one of the besg option is Amazon Dynamo DB.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Amazon DynamoDB is used as Document DB , NoSQl DB . We can store json format data in it . We can store key value pair . It is Autoscallable . Being serverless , less expensive.

  ### 22. Power full NoSQL platform integrated with Server Less platform

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ramkrishan B. | Senior Technical Architect, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 09, 2022

**What do you like best about Amazon DynamoDB?**

When it's required focus more on into client-side or front end like video VOD, POS, CMS, and Search engines where you have less work on the background side I'll prefer DynomoDB with Serverless technology.

**What do you dislike about Amazon DynamoDB?**

Handling complex queries and DB migration during upgradation also have too much dependency on AWS services. If we connect to any backend framework like Django and Flask will make it similar to MongoDB. Must provide an integrated framework or plugin/middleware application to ease use.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

We have created a Video On-demand platform for one of the makeup tutorials where we need all in front-end side operation and crud Operation on the backend side. So we hire only front end team for the entire application. We were successfully delivered into production.

  ### 23. AWS cloud review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Bhoomi V. | Assistant Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 04, 2022

**What do you like best about Amazon DynamoDB?**

The most helpful thing about AWS is the number of services it provides. When I was observing in the year 2012 and later there were only a few services available but now it is even providing AI and Machine Learning related services.

**What do you dislike about Amazon DynamoDB?**

If we want to get the full benefit of AWS then we need to migrate the complete project and its architecture according to AWS service. Secondly, I found that beginners are getting difficulty with the service names in AWS. The serice names are having technical names which become difficult for beginners in the IT field.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

AWS services help me to integrate NO SQL database AWS Dynamodb, AWS SNS and AWS SQS in the project. In AWS cloud account, it is giving all the required services for the project. Previously I was using multiple service providers for this integration.

  ### 24. One of the best NoSQL database

**Rating:** 4.0/5.0 stars

**Reviewed by:** Sinith S. | Associate lead, Enterprise (> 1000 emp.)

**Reviewed Date:** July 21, 2022

**What do you like best about Amazon DynamoDB?**

We don't have to manage anything. Its all being handled by DynamoDB itself. No need to worry about servers, it's reliability etc. Its a fully managed NoSQL solution.

**What do you dislike about Amazon DynamoDB?**

Querying functionality is limited.So we need to design the database carefully so that it meets all our use cases. It does not support different region backup. Query performance can be improved when compared to other key-value store DB.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

DynamoDB is very useful with the serverless architecture based application. 
If you have serverless application, suppose with AWS lambda and if you are using DynamoDB as the database, it can we very cost effective and fast. DynamoDB is charged as you use. So as a whole serverless application becomes cheaper. I had a bussiness use case as above and it reduced cost more than 70%.

  ### 25. Easy to use, query and implement

**Rating:** 4.5/5.0 stars

**Reviewed by:** Avinash S. | Conversational AI Architect, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 12, 2022

**What do you like best about Amazon DynamoDB?**

It helps you store data in key-value pairs, which becomes easier if you are storing json data directly into a database.
It alsois easier to integrate with aws lambda or any node js applications.
The response time is also very good

**What do you dislike about Amazon DynamoDB?**

The dashboard to fetch data in AWS console is not that intuitive and can be made better.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

It help in saving data to the database in a structured way and make it quickly accessible in future for use.
It is a good alternative for any rdbms for its efficiency and speed.

  ### 26. Amazon db

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Primary/Secondary Education | Mid-Market (51-1000 emp.)

**Reviewed Date:** April 13, 2023

**What do you like best about Amazon DynamoDB?**

It is very friendly.i am using this since last 6 month . It is very useful

**What do you dislike about Amazon DynamoDB?**

No dislike it is very friendly for user .

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

For creating catalog

  ### 27. Support High performance application

**Rating:** 4.0/5.0 stars

**Reviewed by:** Bhoomika T. | Sr. QA Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 13, 2022

**What do you like best about Amazon DynamoDB?**

Its No SQL nature helps the beginner or non-technical person to filter data. Its auto load distribution nature provides high performance to the application. Moreover, its cost-effective and secure

**What do you dislike about Amazon DynamoDB?**

Table joins are impossible, so you only have to work with key-value pairs. There is no foreign key concept. Deployable only on AWS, so you cannot install it on a particular desktop

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

To achieve scalability and run the business smoothly. Able to manage large data sets and run the application with excellent performance. Secure access and authentication helps to prevent unauthorized data access

  ### 28. Auto Scalable Document DB

**Rating:** 5.0/5.0 stars

**Reviewed by:** keerti m. | Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** July 05, 2022

**What do you like best about Amazon DynamoDB?**

Amazon Dynamo DB provides autoscalability feature , where you do not need to manage resources as the demand changes . It is NoSQL based and provided as a service.

**What do you dislike about Amazon DynamoDB?**

I don't find anything disliking about Amazon Dynamo db . It is easy to use . No installation or anything is required since it is available on cloud as a service

**Recommendations to others considering Amazon DynamoDB:**

Amazon Dynamo DB have some good feature Autoscalable as per demand , it is serverless you pay for hits , you do not need to take care maintanence and backup

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Amazon Dynamo Db is used as NoSQL based Document DB for unstructured Data storage , you can use it to store json objects or key value pair . NoSQl DBs are common now a days

  ### 29. AMAZON DYNAMODB a great product.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** July 28, 2022

**What do you like best about Amazon DynamoDB?**

Well Amazon DynamoDB is a great managed AWS offering no SQL offering supporting key value and data structure.  It has helped my company to implement and kind of organize and deploy multiple database with cost efficient and reliable as well as high performance.  It is fast and flexible which actually helped my team not to worry about constraints like security,  customization of Data. I would recommend everyone to use AWS DynamoDB as it s great product from Amazon

**What do you dislike about Amazon DynamoDB?**

Well as of now I have no complain from my customer who are actually using it but well it could have be better if it can provide some more Data querying as it is limited as of now and if it can also installed on desktop or servers like connector.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

It helped my customers in terms of storage size and some customers havr tables of different size so it helped to support those type of need . That was actually helpful and we recommended more customr about this offering.

  ### 30. pay as per demand product

**Rating:** 4.5/5.0 stars

**Reviewed by:** Aayushi B. | SSr Web UI Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 06, 2022

**What do you like best about Amazon DynamoDB?**

According to my experience it's most powerful feature is that it works on pay as per demand model. Also it's NoSQL feature makes data sharing more easier as compare to existing SQL implementation.

**What do you dislike about Amazon DynamoDB?**

It's not about dislike more of we can consider it as feedback that sometimes it happens that developer is trained on SQL and hence we need to provide extra knowledge transfer for this.

**Recommendations to others considering Amazon DynamoDB:**

If you are looking for great documentation and easy to use product then must go for it. 
Features-
serverless ,
autoscalable , 
pay for hits.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

It's autoscalable feature and services built with DynamoDB reduced the development time which increaed the quality of work.  It's becoming easier for developer to work within AWS as compare to other product.

  ### 31. Leader of Fully Managed NoSQL Database - Amazon DynamoDB

**Rating:** 4.5/5.0 stars

**Reviewed by:** BHAVESH G. | Senior Cloud Consultant | DevOps Engineer | Cybersecurity Consultant , Enterprise (> 1000 emp.)

**Reviewed Date:** May 12, 2022

**What do you like best about Amazon DynamoDB?**

DynamoDB is a serverless service completely managed by AWS hence we do not need to worry about scalability, high availability, performance efficiency and resiliency. 
It provided built-in security, backup and restore, and in-memory caching that helps in reducing the latency of the application to single-digit microseconds.
Mission-critical applications can make use of DynamoDB to get low-latency data. We can make use of DynamoDB Global Tables and Accelerator to achieve high availability and to reduce costs respectively. Features like a local index and a global index help the querying look more like SQL Database.
DynamoDB Streams help to enable taking actions based on CRUD operation.
It provides the best of both worlds - DynamoDB is both Key-Value and Document NoSQL Database

**What do you dislike about Amazon DynamoDB?**

It tends to be expensive if not careful. I think it should provide some kind of alerting to notify the users about the cost.
We can use the TTL feature to save some costs but an out-of-the-box feature would be a great help.
The learning curve is a bit steep as it requires knowing other AWS services too for maximum benefit.
Cannot be used or integrated with other cloud vendors like Google Cloud or Microsoft Azure as it is tightly coupled with only AWS.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

It enables data high availability in web applications serving different geographic regions.
Real-time data anomaly detection with AWS Lambda and Amazon DynamoDB.
Automated welcome emails to new users logging into our web application.
Updates the leaderboard of the game in real-time.
With millions of records stored in the DynamoDB - the speed is fastest compared to the rivals

  ### 32. Flawless and one of the best NoSql DB

**Rating:** 4.0/5.0 stars

**Reviewed by:** Adarsh G. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 19, 2022

**What do you like best about Amazon DynamoDB?**

DynamoDb is a NoSql type database which is generally very common in almost every company. But few things which forced us to change our old NoSql to Dynamodb are:-

1. High scalability, high availability: A one-click solution as it manages the backend server automatically and you don't have to configure it by yourself.
2. The ease of use with  micro services and monolithic architecture, as most of our company's projects is in NodeJs and Nodejs is single threaded so using microservices is the only way and having 
       Dynamo actually helped.
3. TTL(Time To live): which saved us quite some money as, it is generally a big hassle to manually set those for each and every service.

**What do you dislike about Amazon DynamoDB?**

Dynamo is amazing but it also has some problems like:-

1. There is no foreign key concept.
2. Importing and export of raw files.
3. Relatively hard to implement transactions.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

The biggest benefit was a decrease of the hassle of manual configuration of many things which were handled by the Dynamo db automatically and also code became relatively shorted because many conditional statements were removed which were handled by Dynamo like for TTL.
Problems solved were:
1. Low latency.
2. Encrypted SSL Connection with DB so security was not an issue anymore.
3.Debugging was way easier than earlier.

  ### 33. Dynamodb a challenging database as a service

**Rating:** 5.0/5.0 stars

**Reviewed by:** Snehal G. | General Manager - Plant Operations, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 20, 2022

**What do you like best about Amazon DynamoDB?**

We had been using firebase realtime database for quite sometime for its simplicity and other features. When we first started experimenting recently with the dynamodb and we are really quite satisfied with what features dynamodb brings to the table. Features like auto indexing, auto scaling and auto sharing are the most top notch stuff for us.

**What do you dislike about Amazon DynamoDB?**

We are used to proprietary database like Google's firebase and we are quite okay with DynamoDb being a closed sourced product. But, this stuff might not be someone's cup of tea. People are still comfortable with things that are open sourced. They trust opensource as they know about things undergoing and how the underlying code and architecture works. Fortunately not a case at our organization.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

We are an organisation whose primary products are more of a hardware centric and less software centric. Hence, we require a database that requires least management basically a managed services but still we didn't want to compromise the performance latency and other important stuff. And luckily dynamodb is a product that is a perfect match for all our requirements.

  ### 34. The best Non relational DB

**Rating:** 4.5/5.0 stars

**Reviewed by:** Nikhil C. | Cloud ops engineers, Computer Software, Enterprise (> 1000 emp.)

**Reviewed Date:** August 24, 2022

**What do you like best about Amazon DynamoDB?**

Easy to manage and use. Very helpfull for IT automation. Useful tool for developers

**What do you dislike about Amazon DynamoDB?**

Haven't come across any that is not good with dynamo db.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

We used it as part of in atomation for deleting vulnerable ecr images. We store repo arn to dynamo dbs so automation identifies  the use.

  ### 35. Best NoSQL Database

**Rating:** 4.5/5.0 stars

**Reviewed by:** Dilip J. | Senior Salesforce Consultant, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 14, 2021

**What do you like best about Amazon DynamoDB?**

DynamoDB is the best NoSQL database that I found working in my journey of software engineering. I found it very handy and pretty useful while communicating with the systems and applications that I have used. Amazon provides multiple ways to work with different platforms. It provides us the NoSQL database In which data is stored in the dictionary format like and the key corresponding to a value and Every key is a unique key. Amazon provides this DynamoDB so handy that we can use it on amazon itself to store out millions of data on the amazon server as well.

**What do you dislike about Amazon DynamoDB?**

As such I haven't found anything that is not working for me in the day-to-day usages. But I think Amazon should work on the DynamoDB community. So It can be explored by new developers more easily. Amazon can create trails or learning paths or documents for the specific use cases.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

I am Software Engineer and use DynamoDB to communicate between my python Application. I try to make the callouts to my database (DynamoDB) and fetch that data. After fetching the data rows from the database I'll try to filter the required data perform some actions and try to create machine learning models and all with help of the DynamoDB database. DynamoDB makes the process easier for me and I can easily make data more refined by performing the actions from my backend knowledge and display those data over the web pages.

  ### 36. Ease of use and managed by aws

**Rating:** 4.5/5.0 stars

**Reviewed by:** shubham v. | Senior Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 06, 2022

**What do you like best about Amazon DynamoDB?**

Storing of data is more flexible way. Since its a product of aws we don't need to manage everything most of the part is managed by aws.

**What do you dislike about Amazon DynamoDB?**

As such I didn't found any issue, but I feel sometime understanding the ducumention is bit difficult. If we have discussion forum that will be helpful

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

It makes easier to store of data and it provides many default functions which are very useful to perform different operations on the data.

  ### 37. High performance Key-Value stores with flexible pricing

**Rating:** 5.0/5.0 stars

**Reviewed by:** Amith K. | Software Engineer (SDE2) - Innovation, Enterprise (> 1000 emp.)

**Reviewed Date:** August 17, 2022

**What do you like best about Amazon DynamoDB?**

Super simple set up process, serverless billing. DynamoDB Streams is an excellent integration platform. Data replication is seamless

**What do you dislike about Amazon DynamoDB?**

Unpredictable costs in case of spikes. Querying models are harder to optimise due to the use of. Need a lot of modelling for optimizing Global/Secondary indices

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Easy, no frills NoSQL database

  ### 38. Speedy and simple to utilize

**Rating:** 4.5/5.0 stars

**Reviewed by:** Bhagyashree V. | DevOps Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 31, 2022

**What do you like best about Amazon DynamoDB?**

Incredible documentation.
Speedy and simple to utilize.
Scales well with our utilization cases.
Questioning usefulness is restricted which restricts our utilization cases.

**What do you dislike about Amazon DynamoDB?**

Can be expensive for projects where we need to turn up numerous conditions.
Probability to Recommend
Need expertise
terminologies are difficult with basic understanding

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Use Cases and Deployment Scope
DynamoDB has hurried up and is simple for us to model and work out our new elements. We've turned up a couple of microservices facilitating the information in DynamoDB and the NoSQL data set has made our design entirely adaptable and future evidence. It's been a simple way for us to denormalize parts of our information and begin stripping out pieces of our stone monument and carrying out it in microservices.
Advantages and disadvantages
Incredible documentation.
Speedy and simple to utilize.
Scales well with our utilization cases.
Questioning usefulness is restricted which restricts our utilization cases.
Restricted assets to prepare designers for changing SQL to NoSQL.
Can be expensive for projects where we need to turn up numerous conditions.
Probability to Recommend
As far as I can tell, we've observed that DynamoDB has made it extremely simple for us to denormalize information and progress those bits of information/usefulness to AWS. The NoSQL structure makes it a lot more straightforward for us to carry out information sharing use cases versus our current execution of SQL. Outside of these cases, we haven't observed an adequately large benefit over our present SQL design to warrant exchanging over.

I love amazon support but I wish it could be mo

  ### 39. A good NoSQL DB with faster response service.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ayushi  A. | Software Developer, Enterprise (> 1000 emp.)

**Reviewed Date:** August 03, 2022

**What do you like best about Amazon DynamoDB?**

Very easy to understand, create and use the schema and queries. It does not require a specific structured language knowledge and provides api connectivity. Competitors like MongoDB require structured language knowledge which is not required in Amazon DynamoDB.

**What do you dislike about Amazon DynamoDB?**

Did not find any drawbacks yet. It worked well for me.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

The scalability issue is solved which is the max advantage along with it being super easy to use. It's fast. VERY fast. We still house our data that needs to be accessed quickly here.

  ### 40. Amazon DynamoDB Review

**Rating:** 4.0/5.0 stars

**Reviewed by:** Mohammad M. | Senior System Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** August 03, 2022

**What do you like best about Amazon DynamoDB?**

Very versatile and easy to use. 
Simple to learn and utilize
highly scalable
concept of primary and secondary key is very familiar to any other database concepts

**What do you dislike about Amazon DynamoDB?**

Bottleneck due to huge amount of data transfer traffic sometimes
Not a relational database
No schema
not compatible with SQL
expensive when data is huge
Management of primary and secondary keys

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Tightly coupled with AWS services like IAM. It handles all our basic needs of security and reduces our hassle to maintain additional layer of security.
Access control rules
Scalability

  ### 41. Amazon dynamo db is very popular Nosql db in which we can store key value pair data or documents

**Rating:** 4.0/5.0 stars

**Reviewed by:** Yogesh K. | Senior Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 15, 2022

**What do you like best about Amazon DynamoDB?**

Amazon dynamo db is the Nosql db and we can store any type of data inside it. Performance vise its very useful, well optimized database among other Nosql db. I liked.

**What do you dislike about Amazon DynamoDB?**

Dynamo db has its certain limitations.we couldn't install it on individual desktop.its only deployeble on AWS. We could not use joins and there is no trigger for use.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Basically Amazon dynamo db has its own benefits, like it's no SQL db. Data can store as a document collection with loosely coupled architecture.it uses hashing and b trees to store the data.

  ### 42. Fast and flexible NoSQL server less Database

**Rating:** 4.0/5.0 stars

**Reviewed by:** Suyash J. | Application Development Analyst, Enterprise (> 1000 emp.)

**Reviewed Date:** December 03, 2021

**What do you like best about Amazon DynamoDB?**

The best thing about Dynamo DB is DAX Dynamo DB Accelerator, a fully managed in-memory cache that provides fast performance and read and write through cache. And also Secondary index and global secondary index.

**What do you dislike about Amazon DynamoDB?**

Everything is on the scale. The only thing that is not good is Dynamo DB TTL. That is, we cant define Time to Live for cache objects.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

We are storing data in the form of key-value pairs and performing query operations.

  ### 43. Modern age master

**Rating:** 5.0/5.0 stars

**Reviewed by:** Darshan P. | Senior Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 06, 2022

**What do you like best about Amazon DynamoDB?**

Capacity to store key-valued services and data structures. Scaling up is very efficient and easy, in-memory caching is very handy. It is very easy to use with AWS.

**What do you dislike about Amazon DynamoDB?**

It cannot be used with AWS. Queries are very limited and SQL like structures and joins are not possible on it. 
Se more support should be added to use it outside AWS as well. And a few more functionalities needed to be implemented.

**Recommendations to others considering Amazon DynamoDB:**

Amazon DynamoDB is very fast and easy to use. It has limitations on deployment, ie it can only be deployed on AWS. You can't deploy it on local server or any other server.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

When developing web services or applications, it's very handy to manage. The benefits includes handy support with AWS and given limited functionalities.
Performance of the application increases with the limitations on functionality.

  ### 44. Dynamo Db is a gamechanger

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 13, 2022

**What do you like best about Amazon DynamoDB?**

The SDK they provide is the most helpful

**What do you dislike about Amazon DynamoDB?**

nothing is there to be disliked about dynamo db

**Recommendations to others considering Amazon DynamoDB:**

if you are looking for a no sql db . you can just blindly choose Dynamo Db

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

amzon db stores my day to day customer info securely and easily accessible with aws reliability

  ### 45. I really like a amzon dynamo db the performace was very efficient

**Rating:** 5.0/5.0 stars

**Reviewed by:** faizan s. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 19, 2022

**What do you like best about Amazon DynamoDB?**

I would say the data model flexibility, performance, security, and availability were excellent. The main thing I love about amazon dynamodb is its price, read-write, and could price with such rich features is really awesome.

**What do you dislike about Amazon DynamoDB?**

There are very few things that is there to dislike the product itself is a very efficient NoSQL database. However, It would be much better if the UI part of the db would give better features.

**Recommendations to others considering Amazon DynamoDB:**

For anyone who is using a document database like MongoDB locally and wants to deploy their database on the cloud it would be seamless to upgrade to amazon dynamo db

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

I had used the amazon dynamodb for my startup ATRIS (Auto Transcribe Intelligent and Smart) where I used to store data related to transcript of Minutes of mettings.

  ### 46. Very robust nosql database solution provided by amazon

**Rating:** 4.5/5.0 stars

**Reviewed by:** Shubham S. | Senior Team Lead, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 13, 2022

**What do you like best about Amazon DynamoDB?**

It supports key value pair and the access control that is being provided by amazon is really good. It is completely flexible on how the information is stored.

**What do you dislike about Amazon DynamoDB?**

First of all the size. It is limited to around 400KB whereas mongodb has 16mb limit per document. Also there is a steep learning curve for DynamoDB.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

So we used DynamoDB in one of our client projects which was an IOT enabled databank service, and using DynamoDB we were able to store and query complex IOT data in it.

  ### 47. Liked it's service too much!!

**Rating:** 5.0/5.0 stars

**Reviewed by:** Abhinav J. | D, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 30, 2022

**What do you like best about Amazon DynamoDB?**

I liked it's storing capicity. It's very easy to store and retrieve data whenever required. That's the main feature why I like this amazing feature of AWS the most.

**What do you dislike about Amazon DynamoDB?**

There is nothing to be disliked about this. Among all the storing DB I liked this the most. Its better than sllother storing capacity and that's why I like this most.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

It helps me in storing and retrieving data faster. I can retrieve data within seconds and can also store faster and efficiently. That's why I like this the most.

  ### 48. Amazon DynamoDB for NoSQL

**Rating:** 3.5/5.0 stars

**Reviewed by:** Samkit S. | Software Development Manager, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 16, 2021

**What do you like best about Amazon DynamoDB?**

AWS fully manages it. Amazon DynamoDB manages scaling, replication, maintenance, storage, backup, high availability, multi-region, and restore. Just focus on the database, and AWS manages all other administrator stuff.

**What do you dislike about Amazon DynamoDB?**

DyanmoDB is pure AWS service. So you have to depend on AWS for all the things heavily. You don't have any access to the actual physical server. DynamoDB uses key-value queries. User has to depend on other AWS services like Redshift and MapReduce for complex queries which can be expensive.

**Recommendations to others considering Amazon DynamoDB:**

If you don't want to simplify NoSQL admin stuffs like scaling, monitoring, load balancing, indexing, partitioning, restoring, snapshoting, versioning, storing, this is the best AWS service. Focus on the data and forget managing stuff.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

We are mainly using big data, where data are complex and non-relational, where the structure is not fixed. It is helping the organization with administrator stuff like scaling, load balancing, data clustering, high availability, security, reliability.

  ### 49. A great product with high performace

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** April 03, 2022

**What do you like best about Amazon DynamoDB?**

Documentation is good. Performace is good. Simple to use and speed. Instead of we managing the db servers everything is managed by the aws services.  Easy to scale, upgrade and has a good backup elemet

**What do you dislike about Amazon DynamoDB?**

No access to actual  physical servers. Somewhat a bit costlier for multi environment projects. Confused UI as it has lot and bit confusing to use

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

Use to manage data that is accessed by multiple clients. We are using for our environment where it is acting as a datastore. Coming to benifits it is faster, easy to use the logs

  ### 50. It is really easy to setup and multi-region durable database.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Marketing and Advertising | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 02, 2022

**What do you like best about Amazon DynamoDB?**

Easy to set up. It is a multi-region and durable database means colleagues working in different regions can access the database easily. It is fast key-value features. I have used multi-project as the main database.

**What do you dislike about Amazon DynamoDB?**

As I remember In one project I was getting a lot of issues when deploying in AWS - Farget. I have to tune some of the parameters and it worked well. The database was getting disconnected at a short interval.

**Recommendations to others considering Amazon DynamoDB:**

it is scalable and performance-wise supports mission-critical workloads. It has evolved as a major database one can have in AWS when working with AWS tech. I would highly recommend trying DynamoDB for storing documents. It is fast and reliable,  provides support and works very well in productions.

**What problems is Amazon DynamoDB solving and how is that benefiting you?**

I am creating real and multi-client AI-based ROI planning and optimizing tools for which I needed a reliable fast and easy to use for my peers and juniors to work on and DynamoDB was there for us to rescue our needs.


## Amazon DynamoDB Discussions
  - [how do i create a amazon dynamodb table locally?](https://www.g2.com/discussions/how-do-i-create-a-amazon-dynamodb-table-locally) - 2 comments, 2 upvotes
  - [What is the most complex usage of dynamodb?](https://www.g2.com/discussions/32345-what-is-the-most-complex-usage-of-dynamodb) - 2 comments, 1 upvote
  - [What kind of database is DynamoDB?](https://www.g2.com/discussions/what-kind-of-database-is-dynamodb) - 1 comment
  - [What is AWS DynamoDB based on?](https://www.g2.com/discussions/what-is-aws-dynamodb-based-on) - 1 comment
  - [Which of the following is a feature of DynamoDB?](https://www.g2.com/discussions/which-of-the-following-is-a-feature-of-dynamodb) - 3 comments

- [View Amazon DynamoDB pricing details and edition comparison](https://www.g2.com/products/amazon-web-services-aws-amazon-dynamodb/reviews?page=4&section=pricing&secure%5Bexpires_at%5D=2026-07-23+03%3A38%3A11+-0500&secure%5Bsession_id%5D=a35234af-95a5-464d-9337-b220079e1984&secure%5Btoken%5D=788b4701735c8d1f0f6ee42934c91f7e3b1d2b38c13697ef47fc4b94b83bee8a&format=llm_user)
## Amazon DynamoDB Integrations
  - [Amazon API Gateway](https://www.g2.com/products/amazon-api-gateway/reviews)
  - [Amazon Athena](https://www.g2.com/products/amazon-athena/reviews)
  - [Amazon CloudWatch](https://www.g2.com/products/amazon-cloudwatch/reviews)
  - [Amazon EC2](https://www.g2.com/products/amazon-ec2/reviews)
  - [Amazon Lightsail](https://www.g2.com/products/amazon-lightsail/reviews)
  - [Amazon QuickSight](https://www.g2.com/products/amazon-quicksight/reviews)
  - [Amazon Simple Notification Service (SNS)](https://www.g2.com/products/amazon-simple-notification-service-sns/reviews)
  - [Amazon Simple Queue Service (SQS)](https://www.g2.com/products/amazon-simple-queue-service-sqs/reviews)
  - [AWS Lambda](https://www.g2.com/products/aws-lambda/reviews)
  - [AWS Step Functions](https://www.g2.com/products/aws-step-functions/reviews)
  - [Node.js](https://www.g2.com/products/node-js/reviews)

## Amazon DynamoDB Features
**Data Management**
- Data Model
- Data Types

**Data Management**
- Data Model
- Data Types
- Built - In Search
- Event Triggers

**Configuration**
- Application Performance
- Orchestration
- Database Monitoring
- Anomaly Detection
- Network Security

**Availability**
- Auto Sharding
- Auto Recovery
- Data Replication

**Availability**
- Auto Sharding
- Auto Recovery
- Data Replication

**Database Administration**
- Provisioning
- Governance
- Auditing

**Performance **
- Integrated Cache

**Performance**
- Query Optimization

**Availability**
- Scalability
- Backup
- Archiving
- Indexing

**Security**
- Data Masking
- Authentication And Single Sign-On
- Data Anonymization

**Security**
- Role-Based Authorization
- Authentication
- Audit Logs
- Encryption

**Security**
- Role-Based Authorization
- Authentication
- Audit Logs
- Encryption

**Data Management**
- Data Replication
- Advanced Data Analytics

**Support**
- Multi-Model
- Operating Systems

**Support**
- Multi-Model
- Operating Systems
- BI Connectors

**Database Features**
- Storage
- Availability
- Stability
- Scalability
- Security
- Data Manipulation
- Query Language

## Top Amazon DynamoDB Alternatives
  - [Couchbase](https://www.g2.com/products/couchbase/reviews) - 4.3/5.0 (143 reviews)
  - [Azure Cosmos DB](https://www.g2.com/products/azure-cosmos-db/reviews) - 4.2/5.0 (59 reviews)
  - [MongoDB Atlas](https://www.g2.com/products/mongodb-atlas/reviews) - 4.5/5.0 (848 reviews)

