0

I have a DynamoDB table. When I check the Overview tab for the table on AWS Web Console, I see two options to enable streams.

  1. Manage Streams to Kinesis
  2. Manage DynamoDB Stream.

How these two streams are different from one another?

Borislav Stoilov
  • 3,247
  • 2
  • 21
  • 46
Akhil
  • 75
  • 2
  • 8

1 Answers1

0

DynamoDB offers two streaming models for change data capture: Kinesis Data Streams for DynamoDB and DynamoDB Streams.

For the differences between the two and to help you choose the right solution for your application, please refer to Streaming Options for Change Data Capture here

dossani
  • 1,892
  • 3
  • 14
  • 23