Skip to content
CloudKatha

CloudKatha

  • Home
  • AWS
  • Contact Us
  • About
  • Work with Us
    • Advertise With Us
    • Write for Us – Cloud Computing | AWS | Cyber Security | DevOps | IoT

Category: DynamoDB

August 23, 2023August 23, 2023AWS, DynamoDB, Terraform

How to Create DynamoDB Table using Terraform

How to Create DynamoDB Table using Terraform

How to Create DynamoDB Table using Terraform with Example In one of my previous posts, I explained how to create DynamoDB table using CloudFormation template. Today we’ll learn to create a DynamodDB table using Terraform. Before we get into the details, let’s try to understand what is Terraform and DynamoDB. And, how do Read More

November 23, 2022August 8, 2023AWS, DynamoDB, ElastiCache

Amazon DynamoDB Accelerator (DAX) vs ElastiCache : Which One to Use?

Amazon DynamoDB Accelerator (DAX) vs ElastiCache Which One to Use

Amazon DynamoDB Accelerator (DAX) vs ElastiCache Amazon DynamoDB Accelerator (DAX) and ElastiCache both are fully managed caching services from AWS. DAX is designed especially for DynamoDB on the other hand ElastiCache can cache anything including DynamoDB. So many times, we get confused especially while using DynamoDB on whether to go Read More

September 23, 2022June 2, 2023AWS, DynamoDB

How to Install DynamoDB Locally on Windows 10

How to Install DynamoDB Locally on Windows 10 Are you learning, innovating and building on AWS? Do you know that it provides a generous free tier for 12 months to make yourself familiar with various services so that you can be comfortable while using them? But what if you have Read More

September 21, 2022June 2, 2023AWS, DynamoDB

Amazon DynamoDB Global Tables: All You Need to Know

Amazon DynamoDB Global Tables (1)

Amazon DynamoDB Global Tables: All You Need to Know Imagine you have a very successful application. In other words, let’s say your users are spread across the globe. And, you are using DynamoDB to store and retrieve user information. Now as you know DynamoDB tables are by default in one Read More

September 7, 2022September 7, 2022AWS, DynamoDB

How to Create DynamoDB Table with On-demand Capacity Mode: Beginner Friendly

How to create DynamoDB table with on-demand Capacity mode

How to Create DynamoDB Table with On-demand Capacity Mode Amazon DynamoDB is a fully managed, serverless , key-value NoSQL database that provides predictable performance(single digit milli-second) at any scale. It is a popular database as of today and is being used by hundreds of thousands of customers including Disney and Read More

August 29, 2022August 29, 2022AWS, CloudFormation, DynamoDB

How to Create DynamoDB Global Table using CloudFormation

How to Create DynamoDB Global Table using CloudFormation

How to Create DynamoDB Global Table using CloudFormation In my previous post, we learnt How to Create DynamoDB Global Table using AWS Console. We also learnt that DynamoDB global tables are helpful when we have our application users spread worldwide. It helps us provide data access at lower latency and Read More

August 24, 2022August 23, 2022AWS, DynamoDB

How to Create DynamoDB Global Table using AWS Console

Amazon DynamoDB Global Tables (1)

How to Create DynamoDB Global Table using AWS Console Amazon DynamoDB global tables come really handy when you have a heavily used application and its users are spread worldwide. Using DynamoDB global tables you can provide – Better latency while accessing data to your users despite their geographical location Better Read More

February 7, 2022February 7, 2022AWS, CLI, DynamoDB

How to Create DynamoDB Table using AWS CLI

How to Create DynamoDB Table using AWS CLI

How to Create DynamoDB Table using AWS CLI When it comes to creating and managing resources in AWS, there are quite a few options to us like AWS Management Console, CLI, SDK, CDK, CloudFormation etc. However, nothing beats the ease of quickly hitting a CLI command to see how something Read More

November 24, 2021November 24, 2021DynamoDB

How to Solve “property provisionedthroughput cannot be empty” Error

How to Solve "property provisionedthroughput cannot be empty"

Error Message : Property ProvisionedThroughput cannot be empty. Problem: I was creating a very simple DynamoDB table with just a primary key EmployeeId using below CloudFormation Template. And, My Stack Creation Failed With Below Error !!! Property ProvisionedThroughput cannot be empty. Why This Happened? As we know, DynamoDB being a Read More

April 23, 2021April 23, 2021AWS, CloudFormation, DynamoDB

Solved: cannot perform more than one GSI creation or deletion in a single update

cannot perform more than one GSI creation or deletion in a single update

Error Message : cannot perform more than one GSI creation or deletion in a single update Problem: I was trying to add multiple GSI on an existing table using CloudFormation updatestack. Initially, I created a DynamoDB table with two GSI Location-index and Department-index. After few days of initial table creation, Read More

Posts pagination

1 2 >

Subscribe

Get awesome AWS learning material delivered straight to your inbox

Recent Posts

  • 5 Best VSCode Extensions for CloudFormation to Supercharge Your Workflow
  • How to Become a Kickass AWS Developer in 2024( 10 Tips)
  • Top 25+ AWS IAM Interview Questions and Answers in 2024
  • Enterprise Security Operation Center (SOC) – things you should know
  • How to Connect to EC2 Instance using Putty Quickly

Follow Us

  • Facebook
  • X
  • LinkedIn
  • Instagram

Know More

  • About
  • Advertise With Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Write for Us – Cloud Computing | AWS | Cyber Security | DevOps | IoT

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 259 other subscribers

©Copyright 2020 CloudKatha - All Rights Reserved