Software Alternatives & Reviews

DynamoDB

Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed cloud database and supports both document and key-value store models. subtitle

DynamoDB Reviews and details

Screenshots and images

  • DynamoDB Landing page
    Landing page //
    2023-03-18

Badges & Trophies

Promote DynamoDB. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

#13 - Amazon DynamoDB Basics In Under 5 Minutes [Tutorial For Beginners]

AWS re:Invent 2018: Amazon DynamoDB Deep Dive: Advanced Design Patterns for DynamoDB (DAT401)

What is Amazon DynamoDB?

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about DynamoDB and what they use it for.
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    DynamoDB - 25GB NoSQL DB EC2 - 750 hours per month of t2.micro or t3.micro(12mo). 100GB egress per month. - Source: dev.to / 3 months ago
  • Starting My AWS Certification Journey as a Certified Cloud Practitioner
    After two years, I moved to a Web3 startup where I was given a lead software engineer role. This new role gave me more hands-on experience with AWS, where I've learned to implement serverless technologies like Lambda and DynamoDB. - Source: dev.to / 5 months ago
  • Ask HN: What do pro developers use as their noSQL db?
    Dynamodb on amazon web services. https://aws.amazon.com/dynamodb/. - Source: Hacker News / 5 months ago
  • Choosing the Right AWS Database: A Guide for Modern Applications
    Amazon DynamoDB is a key-value and document NoSQL database that can guarantee consistent reads and writes at any scale. It is designed to provide low-latency data access and high scalability and availability. It also supports features such as encryption at rest, backup and restore, and automatic scaling to ensure that your database can handle any workload. Amazon DynamoDB supports 2 types of consistency: Eventual... - Source: dev.to / 6 months ago
  • Unlocking the Power of NoSQL: Building a Todo API with Hapi.js and DynamoDB
    Amazon DynamoDB is a managed NoSQL database service provided by Amazon Web Services (AWS). It is designed for applications that require seamless and fast performance at any scale. DynamoDB is known for its high availability, durability, and scalability, making it suitable for a wide range of use cases, including web and mobile applications, gaming, IoT (Internet of Things), and more. - Source: dev.to / 6 months ago
  • Serverless development with Amplify Studio
    Amplify Studio's Data allows you to define Amazon DynamoDB keeping in mind the properties with the right type and also powered with AWS AppSync where which generates a GraphQL schema under the hood. - Source: dev.to / 7 months ago
  • Implementing access control on API Gateway endpoints with ID tokens
    We will also have a DynamoDB table dedicated to each user's permissions. An item's partition key is the user's Cognito User pools ID called sub. Among others, each item has a permissions attribute where we - surprise - store the permissions assigned to the given user. For example, if Alice is an elevated user, her item's permissions attribute in the table will look something like this:. - Source: dev.to / 7 months ago
  • A Comprehensive Guide to AWS DynamoDB vs. Redshift for Databases and Data Warehouses
    The topics of databases and data warehouses are central to the modern data landscape, and Amazon's offeringsDynamoDB and Redshiftare standout products in their respective categories. Here's a detailed comparison:. - Source: dev.to / 8 months ago
  • Controlling access to resources with Cognito groups and IAM roles
    In this example, we'll have an architecture with Cognito User pools, IAM roles, Identity pools, and DynamoDB. - Source: dev.to / 8 months ago
  • How we improved our Serverless API 300x
    We have been heavily using AWS DynamoDB for epilot platform, mainly because of 𝟸 reasons:. - Source: dev.to / 11 months ago
  • How to Choose the Right MQTT Data Storage for Your Next Project
    Amazon DynamoDB{:target="_blank"} is a NoSQL database which is fully managed. Meaning that it offers automatic scaling, low latency access to data, durability guarantees, and integration with other AWS services. - Source: dev.to / 9 months ago
  • Building Serverless Applications with AWS - Data
    If you feel like this is you, DynamoDB is where you need to look. Full disclosure, this is my default data choice that I reach for. I find that if you know how your data is going to be accessed, and you understand the scaling modes, then this is the best all-purpose choice. You can model relational, non-relational, JSON-based and several other intrinsic datatypes out of the box. - Source: dev.to / 10 months ago
  • Presenting AWS Speakers Directory, an AI Hackathon Project
    Our application consists of a web layer, a GraphQL API powered by AppSync and a DynamoDB table. This part of the application handles user flows, authentication and authorization with Cognito, and storage of event and talk data. Web assets (our Flutter application) are stored in S3 and served over CloudFront. We have a custom domain managed by Route 53. All of this is composed with the AWS Cloud Development Kit. - Source: dev.to / 10 months ago
  • Cloud Test Automation on AWS: The Role of QA Engineers
    Cloud SQL and NoSQL databases - Experience with cloud SQL databases, such as Amazon RDS and Amazon DynamoDB enable QA Engineers to thoroughly test and validate the data storage and retrieval processes. - Source: dev.to / 10 months ago
  • An in-depth comparison of the most popular DynamoDB wrappers
    AWS DynamoDB is a key-value database designed to run high-performance applications at any scale. It automatically scales up and down based on your current traffic, and does not require maintaining connections (as requests are sent over HTTP), which makes it the go-to DB service for serverless developers on AWS. - Source: dev.to / about 1 year ago
  • NoSQL Databases vs Graph Databases: Which one should you use?
    To use NoSQL databases with code, you first need to choose a NoSQL database that suits your requirements. Some popular examples of NoSQL databases are MongoDB, Cassandra, Redis, and DynamoDB. Each of these databases has its own set of APIs and drivers that can be used to interact with them. Here, I'll use MongoDB as an example and explain how to perform CRUD operations using Python and its PyMongo package. - Source: dev.to / about 1 year ago
  • Are Serverless Services Worth It?
    Every change is a big deal - Serverless services are often priced in a pay-for-what-you-use model. When dealing with serverless functions, every millisecond of compute time is charged on your monthly bill. When working with serverless data services like MongoDB Atlas, Momento, or Amazon DynamoDB, you pay for data size - usually in the form of data transfer costs, read and write units, and storage. This means that... - Source: dev.to / about 1 year ago
  • Deploy Your Next.js App with AWS Amplify Like a Pro — It’s Easier Than You Think
    However, it’s important to note that you have access to a variety of Amazon services beyond just the deployment process. Among these services, some of the most useful are Amazon CloudFront(CDN), Lambda@Edge, and DynamoDB, each of which can assist your application in different ways. - Source: dev.to / about 1 year ago
  • The Solution Architect's Guide to Serverless
    You can use services like Amazon DynamoDB or MongoDB Atlas as your primary data store in a container-based application. These serverless database services are intended to simplify development and long-term maintenance by providing simple APIs to do powerful operations. They abstract away hardware maintenance and management from you so your engineering teams can focus on something more important - solving the... - Source: dev.to / about 1 year ago
  • An in-depth comparison of the most popular DynamoDB wrappers
    AWS DynamoDB is a key-value database designed to run high-performance applications at any scale. It automatically scales up and down based on your current traffic, and does not require maintaining connections (as requests are sent over HTTP), which makes it the go-to DB service for serverless developers on AWS. - Source: dev.to / about 1 year ago
  • Serverless - Beyond the Basics
    Well folks, it appears the Serverless week for 90DaysOfDevOps has (already) come to an end. We have covered a ton of topics in serverless to get you started, and hopefully you're already well on your way to building your first serverless, event-driven application! We've defined what serverless means, we've talked about everything from lambda functions, to DynamoDB tables, Step Functions, EventBridge, and so many... - Source: dev.to / about 1 year ago

External sources with reviews and comparisons of DynamoDB

9 Best MongoDB alternatives in 2019
Amazon DynamoDB is a nonrelational database. This database system provides consistent latency and offers built-in security, and in-memory caching. DynamoDB is a serverless database which scales automatically and backs up your data for protection

Do you know an article comparing DynamoDB to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic DynamoDB discussion

Log in or Post with

This is an informative page about DynamoDB. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.