Skip to content

Bedrock Agent  >  Structures  >  LambdaFunctionFlowNodeConfiguration

LambdaFunctionFlowNodeConfiguration

Structure Class

LambdaFunctionFlowNodeConfiguration dataclass

Contains configurations for a Lambda function node in the flow. You specify the Lambda function to invoke and the inputs into the function. The output is the response that is defined in the Lambda function. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Attributes

lambda_arn class-attribute instance-attribute
lambda_arn: str = ''

The Amazon Resource Name (ARN) of the Lambda function to invoke.