Medium/local-dynamo

kinesis?

Closed this issue · 2 comments

Is there anyway to hook up a kinesis stream to dynamo local that you know of? Are there any events coming out of it that I could use to redirect to a stream possibly?

xiao commented

@justinmchase, I don't think DynamoDB Local supports DynamoDB Streams. Recommend you to raise this to the AWS Support team. DynamoDB Local is an official tool provided by AWS. local-dynamo is just a Node.js wrapper around DynamoDB Local's Java process.

I've since found out that it doe's support it, you just have to use the app endpoints to create the streams before you use them.