I want to add a Lambda function to my Kinesis Firehose to transform the source data as described here.
Looking at the Cloudformation Template for Kinesis firehose, I don't see an option for that,
Type: "AWS::KinesisFirehose::DeliveryStream"
Properties:
DeliveryStreamName: String
DeliveryStreamType: String
ElasticsearchDestinationConfiguration:
ElasticsearchDestinationConfiguration
ExtendedS3DestinationConfiguration:
ExtendedS3DestinationConfiguration
KinesisStreamSourceConfiguration:
KinesisStreamSourceConfiguration
RedshiftDestinationConfiguration:
RedshiftDestinationConfiguration
S3DestinationConfiguration:
S3DestinationConfiguration
How do I setup the CF template to have a Lambda function process the input for Kinesis Firehose?