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.
- DELIVERY_STREAM_NAME The name of the Kinesis Firehose to deliver the DynamoDB records to
- DYNAMNODB_IMAGE_TYPE Can either be
NewImage
orOldImage
. This corresponds to the records in the DynamoDB Stream. Defaults toNewImage
- LOGGING_LEVEL One of
DEBUG
,INFO
,WARNING
,ERROR
orCRITICAL
. Defaults toINFO
function.handler