Overview of the Simple Kinesis Firehose Function Project
masterThis starter project is a template for creating an AWS Lambda function that performs data transformation on records written to an Amazon Kinesis Firehose delivery stream.
Key components include:
Function.cs: Contains the class and the single function handler method.aws-lambda-tools-defaults.json: Contains default argument settings for deployment via Visual Studio or the AWS Lambda CLI tools.- A test project (optional, depending on selection).
Note: After deployment, you must manually configure an Amazon Kinesis Firehose delivery stream to enable data transformations using this deployed Lambda function.