AWS::Pipes::Pipe PipeTargetLambdaFunctionParameters - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Pipes::Pipe PipeTargetLambdaFunctionParameters

The parameters for using a Lambda function as a target.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "InvocationType" : String }

YAML

InvocationType: String

Properties

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.

Required: No

Type: String

Allowed values: REQUEST_RESPONSE | FIRE_AND_FORGET

Update requires: No interruption