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

Incomplete DynamoDB records in Kinesis Stream #4

Closed statelessness closed 7 years ago

statelessness commented 8 years ago

Hi,

I've configured fanout Lambda for replicating DynamoDB Stream events to a Kinesis Stream. When I make changes to DynamoDb table, events appear in Kinesis Stream. However it looks like the events are not complete as some attributes are missing: eventName, sequenceNumber, etc. It looks like the only attributes available are those contained in NewImage attribute.

KR,

Juan Carlos González

julienlepine commented 7 years ago

Sorry about that, yes, this is indeed the case. We could add a new target that would support this use case.