Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Running hooked up to a local kinesis stream #7

Closed
justinmchase opened this issue Jul 5, 2016 · 1 comment
Closed

Running hooked up to a local kinesis stream #7

justinmchase opened this issue Jul 5, 2016 · 1 comment

Comments

@justinmchase
Copy link
Contributor

I have a local kinesis stream running in docker for testing purposes. I want to make a lambda function that is called when events come through that stream.

From looking at your code here I could pretty easily use your docker image that runs a little harness that hooks up to kinesis then forwards messages into my lambda function using your library. Does that sound right?

Do you know if there is already a tool to help with this? I don't want to re-invent the wheel here if I can avoid it.

@mhart
Copy link
Member

mhart commented Jul 5, 2016

No, there's no tool that I know of, but that all sounds like a reasonable plan – you'll just need to get the kinesis event in the right format to be consumed by the lambda function.

I assume that AWS uses the KCL internally to consume kinesis events and publish them to lambda, so it might be worth using that as part of your glue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants