Record Transformation and Format Conversion - Amazon Kinesis Data Firehose
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Record Transformation and Format Conversion

Configure Kinesis Data Firehose to transform and convert your record data.

  1. In the Transform source records with Amazon Lambda section, provide values for the following field:

    Data transformation

    To create a Kinesis Data Firehose delivery stream that doesn't transform incoming data, do not check the Enable data transformation checkbox.

    To specify a Lambda function for Kinesis Data Firehose to invoke and use to transform incoming data before delivering it, check the Enable data transformation checkbox. You can configure a new Lambda function using one of the Lambda blueprints or choose an existing Lambda function. Your Lambda function must contain the status model that is required by Kinesis Data Firehose. For more information, see Amazon Kinesis Data Firehose Data Transformation.

  2. In the Convert record format section, provide values for the following field:

    Record format conversion

    To create a Kinesis Data Firehose delivery stream that doesn't convert the format of the incoming data records, choose Disabled.

    To convert the format of the incoming records, choose Enabled, then specify the output format you want. You need to specify an Amazon Glue table that holds the schema that you want Kinesis Data Firehose to use to convert your record format. For more information, see Converting Your Input Record Format in Kinesis Data Firehose.

    For an example of how to set up record format conversion with Amazon CloudFormation, see Amazon::KinesisFirehose::DeliveryStream.