AWS IoT Analytics Pipeline Lambda
The Lambda property
type specifies a Lambda function to run to modify a message for an AWS IoT Analytics
pipeline.
Lambda is a property of the Activity property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BatchSize" :Integer, "LambdaName" :String, "Name" :String, "Next" :String}
YAML
BatchSize:IntegerLambdaName:StringName:StringNext:String
Properties
BatchSize-
The number of messages that should be passed to the Lambda function for processing within 5 minutes.
Required: No
Type: Integer
Update requires: No interruption
LambdaName-
The name of the Lambda function that is run on the message.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the 'lambda' activity.
Required: No
Type: String
Update requires: No interruption
Next-
The next activity in the pipeline.
Required: No
Type: String
Update requires: No interruption
See Also
-
CreatePipeline in the IoT Analytics User Guide
