LambdaActivity
An activity that runs a Lambda function to modify the message.
Contents
- batchSize
-
The number of messages passed to the Lambda function for processing.
The Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 1000.
Required: Yes
- lambdaName
-
The name of the Lambda function that is run on the message.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9_-]+$
Required: Yes
- name
-
The name of the lambda activity.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
- next
-
The next activity in the pipeline.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: