This Terraform setup is meant to setup the AWS DMS to transfer data stored into S3 CSVs to DynamoDB table.
- Make sure your S3 bucket already exist and is in the same region as your DMS service
table_def.json is currently having a sample table definition to load Employee data. Import path is set to employee/
so make sure you save the CSV files under the <bucket name>/<raw data path>/employee/
folder.
Import path is set to employee/
so make sure you save the CSV files under the <bucket name>/<raw data path>/employee/
folder.
Once the AWS DMS is ready, upload the data file into the configured S3 bucket folder and start the DMS task.