Supported Lambda blueprints
These blueprints demonstrate how you can create and use AWS Lambda functions to transform data in your Amazon Data Firehose data streams.
To see the blueprints that are available in the AWS Lambda console
Sign in to the AWS Management Console and open the AWS Lambda console at https://console.aws.amazon.com/lambda/
. -
Choose Create function, and then choose Use a blueprint.
-
In the Blueprints field, search for the keyword
firehose
to find the Amazon Data Firehose Lambda blueprints.
List of blueprints:
-
Process records sent to Amazon Data Firehose stream (Node.js, Python)
This blueprint shows a basic example of how to process data in your Firehose data stream using AWS Lambda.
Latest release date: November, 2016.
Release notes: none.
-
Process CloudWatch logs sent to Firehose
This blueprint is deprecated. For information on processing CloudWatch Logs sent to Firehose, see Writing to Firehose Using CloudWatch Logs.
-
Convert Amazon Data Firehose stream records in syslog format to JSON (Node.js)
This blueprint shows how you can convert input records in RFC3164 Syslog format to JSON.
Latest release date: Nov, 2016.
Release notes: none.
To see the blueprints that are available in the AWS Serverless Application Repository
-
Choose Browse all applications.
-
In the Applications field, search for the keyword
firehose
.
You can also create a Lambda function without using a blueprint. See Getting Started with AWS Lambda.