AwsLambdaInvokeFunctionOperator

Amazon

This class is deprecated. Please use airflow.providers.amazon.aws.operators.lambda_function.LambdaInvokeFunctionOperator.

View on GitHub

Last Updated: Feb. 24, 2023

Access Instructions

Install the Amazon provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

function_nameThe name of the AWS Lambda function, version, or alias.
log_typeSet to Tail to include the execution log in the response. Otherwise, set to “None”.
qualifierSpecify a version or alias to invoke a published version of the function.
invocation_typeAWS Lambda invocation type (RequestResponse, Event, DryRun)
client_contextData about the invoking client to pass to the function in the context object
payloadJSON provided as input to the Lambda function
aws_conn_idThe AWS connection ID to use

Was this page helpful?