Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.PipeTargetLambdaFunctionParameters
The parameters for using a Lambda function as a target.
Contents
-
InvocationType
-
Specify whether to invoke the function synchronously or asynchronously.
-
REQUEST_RESPONSE (default) - Invoke synchronously. This corresponds
to the RequestResponse option in the InvocationType
parameter for the Lambda
Invoke
API.
-
FIRE_AND_FORGET - Invoke asynchronously. This corresponds to the
Event option in the InvocationType parameter for the
Lambda
Invoke
API.
For more information, see Invocation
types in the Amazon EventBridge User Guide.
Type: String
Valid Values: REQUEST_RESPONSE | FIRE_AND_FORGET
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: