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

TypeError when publishing from Kinesis to Redis #7

Closed billsinc closed 7 years ago

billsinc commented 8 years ago

When fetching from a Kinesis stream and pushing to Redis (AWS Elasticache), I get the following error in CloudWatch:

Error occured while preparing Redis command: [TypeError: list argument must be an Array of Buffers.]

Not being familiar with Redis does some preparation need to be done before writing data?

julienlepine commented 7 years ago

I had not seen your issue before (GitHub configuration issue). Do you have any stack trace about this?

julienlepine commented 7 years ago

I think I have found the cause. Can you check again?