From 1389d61e829f91080fee676d2ed1551a06c86111 Mon Sep 17 00:00:00 2001 From: eeesk <97478814+eeesk@users.noreply.github.com> Date: Sun, 24 Sep 2023 06:19:14 -0500 Subject: [PATCH] Update ReadMe.md --- stored-procedures/sp_cdc_DynamoDB_to_Redshift/ReadMe.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stored-procedures/sp_cdc_DynamoDB_to_Redshift/ReadMe.md b/stored-procedures/sp_cdc_DynamoDB_to_Redshift/ReadMe.md index 9aa63d4..5a5d030 100644 --- a/stored-procedures/sp_cdc_DynamoDB_to_Redshift/ReadMe.md +++ b/stored-procedures/sp_cdc_DynamoDB_to_Redshift/ReadMe.md @@ -20,8 +20,10 @@ On Redshift there is no need to write custom parsing procedures for each table. ### Pre-Requisites - Create Kinesis Data Stream. (Example name: *redshift\_cdc*) - Create a Dynamo DB table(s) and enable data streaming to Kinesis Data Stream created. -- Create an IAM role with ability to read KDS streams and attach it to Redshift cluster. - (Sample Role details below. Example name: *my\_streaming\_role*) +- Create an IAM role with ability to read KDS streams and attach it to Redshift cluster. (Example name: *my_streaming_role*) + + + ### Setup - Create Redshift process. @@ -98,7 +100,7 @@ What happens when a source table column is renamed? -## Sample IAM role +#### Sample IAM role Sample IAM role will look like this. ```