Skip to content

Commit 7a1d4ef

Browse files
committed
non default values for kinesis
1 parent 5e9b79a commit 7a1d4ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
This scenario demonstrates how to use Database Migration Service (DMS) to create change data capture (CDC) tasks using the Cloud Development Kit in Python. It is a self-contained setup that will create a VPC to host the DMS replication instance, a database, a Kinesis stream, and a replication task.
5+
This scenario demonstrates how to use Database Migration Service (DMS) to create change data capture (CDC) tasks using the Cloud Development Kit in Python. It is a self-contained setup that will create a VPC to host the DMS replication instance, a database, a Kinesis stream with non-default settings, and a replication task.
66

77
![dms-postgres-to-kinesis](./dms-postgres-to-kinesis.jpg)
88

dms_sample/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def create_kinesis_target_endpoint(stack: Stack, target_stream: kinesis.Stream,
240240
include_null_and_empty=True,
241241
include_partition_value=True,
242242
include_table_alter_operations=True,
243-
include_transaction_details=True,
243+
include_transaction_details=False,
244244
partition_include_schema_table=True,
245245
),
246246
)

0 commit comments

Comments
 (0)