Re: Using dynamodb as source stream

2018-08-02 Thread Jagadish Venkatraman
Hi Anoop, Currently, Samza has built-in support for consuming data from AWS Kinesis. As a short-term solution, if you want to consume from "Dynamo DB Streams", you can certainly pipe it to Kinesis and write a Samza job that consume from it. Please see: Consuming from Kinesis

Using dynamodb as source stream

2018-08-02 Thread Anoop Krishnakumar
Hello, Is there an example or documentation on how to use dynamodb as source stream ? -anoop