Open DilLip-Chowdary-Codes opened 3 years ago
Is there any Existing things for processing dynamodb streams with KCL in python ?
dynamodb streams
python
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
java
Adapter
TIA
Here's a somewhat hackish approach that worked for me:
java \ com.amazonaws.services.dynamodbv2.streamsadapter.StreamsMultiLangDaemon \ path/to/your/consumer.properties
Is there any Existing things for processing
dynamodb streams
with KCL inpython
?I came to know as of now, only
java
Adapter
is Available, if it's true how can we do processdynamodb streams
inpython