Skip to content

A simple adapter that takes records from a DynamoDB stream and sends them to a Kinesis Firehose for processing.

License

Notifications You must be signed in to change notification settings

QuiNovas/dynamo-firehose-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamo-firehose-adapter

A simple adapter that takes records from a DynamoDB stream and sends them to a Kinesis Firehose for processing. Note - this works best with larger "chunks" from the DynamoDB stream, as the adapter uses batch processing of events onto the Firehose.

Environment Variables:

  • DELIVERY_STREAM_NAME The name of the Kinesis Firehose to deliver the DynamoDB records to
  • DYNAMNODB_IMAGE_TYPE Can either be NewImage or OldImage. This corresponds to the records in the DynamoDB Stream. Defaults to NewImage
  • LOGGING_LEVEL One of DEBUG, INFO, WARNING, ERROR or CRITICAL. Defaults to INFO

Handler Method

function.handler

Lambda package location

https://s3.amazonaws.com/lambdalambdalambda-repo/quinovas/dynamo-firehose-adapter/dynamo-firehose-adapter-1.0.0.zip

About

A simple adapter that takes records from a DynamoDB stream and sends them to a Kinesis Firehose for processing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages