DynamoDB Streams
This data source connector downloads data from DynamoDB Streams. It supports back-fill mode and incremental fetching. To fetch data in increments, it uses a state file.
Prerequisites
Section titled “Prerequisites”- Access Key ID
- Secret Access Key
You can find more information on how to obtain these keys in the AWS documentation.
General Configuration
Section titled “General Configuration”Fill in the following parameters:
accessKeyId(required); Access Key ID for the account authorized to access Streams in row configuration#secretAccessKey(required); Secret Access Key ID for the account authorized to access Streams in row configurationregionName(required); AWS account Region NamemaxRuntime(minutes)(optional); When the maximum runtime is reached, the component will not continue to fetch data on the next shard.
Row Configuration
Section titled “Row Configuration”- Table Name (table) - [REQ] DynamoDB Table Name
- Attributes (attributes) - [OPT] Comma separated list of attributes

When done, save the configuration.