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