Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eeesk authored Sep 24, 2023
1 parent c5a5376 commit 1389d61
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions stored-procedures/sp_cdc_DynamoDB_to_Redshift/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
```
Expand Down

0 comments on commit 1389d61

Please sign in to comment.