© 2023 Hashnode
#dynamodb
About the paper Dynamo paper released in 2007 talks about the design and implementation of Dynamo, a distributed key-value store that could be scaled infinitely. Amazon engineers while researching the data access pattern across Amazon;’s se…
Get prepared for your DynamoDB interview with these top 20 frequently asked questions and answers. Covering topics such as key features, scaling, data consistency, use cases, real-time analytics, data storage, data types, durability and ava…
10 things to keep in mind when working with DynamoDB - 2022 was initially published on Monday January 02 2023 on the Tech Dev Blog. For the latest up-to-date content, fresh out of the oven, visit http…
Introduction I wanted to learn more about AWS and get into Cloud, hence ended up doing The Cloud Resume challenge a while ago. You can read about my journey into Cloud here: My journey into Cloud. Dur…
So here I'm wanting to create an MVP for a side project of mine and look for the cheapest DB aka cheapest data provider to use and let my baby see the daylight with the possibility of scaling and payi…
In this post we will be building simple CRUD API to manage tasks and in the upcoming posts we will use this project as a base to explore other AWS services. But in order to follow along with this post you need to have a basic understanding …
In this post you will learn how to setup a DynamoDB table with infrastructure as code using the serverless framework which will act as a base for the future posts. let's begin Project set up first checkout to your project directory and run…
If you are here reading this blog then, you are at the right place !!! Here, we will discuss on how to create a Dynamo db using CloudFormation script in provisioned capacity🤗. Let's get started 🪄 Pr…
Intro The goal of this article: shortcut-providing roadmap enabling you to understand DynamoDB faster The business context behind DynamoDB 2004: The beginning of an internal dynamo project 2007: Publishing dynamo whitepaper 2012: Public la…
In this post is described how to get the data to analyze the changes in the dynamodb data. This post describes how to (semi) automate the export of the dynamodb table data and analyze it with Athena. …