AWS::Pipes::Pipe PipeTargetLambdaFunctionParameters
The parameters for using a Lambda function as a target.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "InvocationType" :
String
}
YAML
InvocationType:
String
Properties
InvocationType
-
Specify whether to invoke the function synchronously or asynchronously.
For more information, see Invocation types in the Amazon EventBridge User Guide.
Required: No
Type: String
Allowed values:
REQUEST_RESPONSE | FIRE_AND_FORGET
Update requires: No interruption