You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: