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

Tag: DynamoDB

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

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

April 21, 2021August 29, 2022AWS, CloudFormation, DynamoDB

How to Create DynamoDB table with Global Secondary Index using CloudFormation

How to Create DynamoDB table with Global Secondary Index using Cloudformation

How to Create DynamoDB table with Global Secondary Index using CloudFormation? A few days ago, I wrote a post on Creating a DynamoDB table using CloudFormation. Back then, I didn’t cover Global Secondary Indexes or GSI. You might ask, why? Well, I wanted to give GSI special attention as there Read More

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