aws-samples / aws-lambda-fanout

A sample AWS Lambda function that accepts messages from an Amazon Kinesis Stream and transfers the messages to another data transport.
Apache License 2.0
288 stars 60 forks source link

How should it be invoked? #43

Open thams opened 4 years ago

thams commented 4 years ago

What is the right way to invoke the lambda? Should it be a trigger from each input stream?

krishnaghatti commented 3 years ago

I am also having a tough time understanding how the trigger works. giving a destination fails with an error "Can not find function with name 'outStream' in the local account". Is the repo active? I see some questions open for 3 years without any updates.