This example consist to create a new DynamoDB table with an string key
- Install terraform
- After that execute the following commands
$ terraform init
$ terraform plan
$ terraform apply
- Then you can check the creation of the table in AWS.
- To clean up apply the following command
$ terraform destroy