awslabs / dynamodb-streams-kinesis-adapter

The Amazon DynamoDB Streams Adapter implements the Amazon Kinesis interface so that your application can use KCL to consume and process data from a DynamoDB stream.
Apache License 2.0
97 stars 37 forks source link

Dynamodb Streams Kinesis Adapter for Python #46

Open DilLip-Chowdary-Codes opened 2 years ago

DilLip-Chowdary-Codes commented 2 years ago
  1. Is there any Existing things for processing dynamodb streams with KCL in python ?

  2. I came to know as of now, only java Adapter is Available, if it's true how can we do process dynamodb streams in python

    TIA

dacevedo12 commented 1 year ago

Here's a somewhat hackish approach that worked for me: