DynamoDB Kinesis stream

Is there a way to configure a DynamoDB Kinesis stream? I found this example of using a “regular” DynamoDB stream DynamoDB streams creation but I don’t believe it’s leveraging Kinesis.

AWS now supports sending DynamoDB events to a Kinesis stream Change Data Capture for Kinesis Data Streams with DynamoDB - Amazon DynamoDB. I would love to leverage this feature but I can’t find any examples for getting things wired up.

Additionally, I’m using a serverless.ts typescript file instead of serverless.yml, though an example for either will suffice.

Thanks!