Skip to content

Conversation

@o-nikolas
Copy link
Contributor

The executor_config for the Lambda executor will be plumbed through the Lambda invoke payload at the key "executor_config". We cannot use the Lambda ClientContext object because this is not supported on async Lambda invocations.

When updating the docs for the Lambda executor I noticed the name was incorrect in the docs for the other AWS executors, so I've updated as well.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

The executor_config for the Lambda executor will be plumbed through the
Lambda invoke payload at the key "executor_config". We cannot use the
Lambda ClientContext object because this is not supported on async
Lambda invocations.

When updating the docs for the Lambda executor I noticed the name was
incorrect in the docs for the other AWS executors, so I've updated those
as well.
@o-nikolas o-nikolas requested a review from eladkal as a code owner July 31, 2025 19:18
@o-nikolas o-nikolas changed the title Onikolas/lambda exec config Support executor_config on Lambda Executor Jul 31, 2025
@o-nikolas o-nikolas merged commit e334620 into apache:main Aug 1, 2025
78 checks passed
@o-nikolas o-nikolas deleted the onikolas/lambda_exec_config branch August 1, 2025 16:44
ferruzzi pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Aug 7, 2025
The executor_config for the Lambda executor will be plumbed through the
Lambda invoke payload at the key "executor_config". We cannot use the
Lambda ClientContext object because this is not supported on async
Lambda invocations.

When updating the docs for the Lambda executor I noticed the name was
incorrect in the docs for the other AWS executors, so I've updated those
as well.
fweilun pushed a commit to fweilun/airflow that referenced this pull request Aug 11, 2025
The executor_config for the Lambda executor will be plumbed through the
Lambda invoke payload at the key "executor_config". We cannot use the
Lambda ClientContext object because this is not supported on async
Lambda invocations.

When updating the docs for the Lambda executor I noticed the name was
incorrect in the docs for the other AWS executors, so I've updated those
as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants