
How to Create Amazon DynamoDB Tables in AWS with Terraform
In this story, we will learn how to create DynamoDB Tables in AWS using Terraform. In particular, we are going to learn:
- Create DynamoDB Tables
- Create DynamoDB Table Item
- Bulk Import using .JSON files
If you are interested in creating DynamoDB Global Tables, please check this story →…