airflow.providers.amazon.aws.executors.aws_lambda.utils¶
Attributes¶
Classes¶
Represents a Lambda task that is queued. The task will be run in the next heartbeat. |
|
Config keys loaded which are valid lambda invoke args. |
|
All config keys which are related to the Lambda Executor. |
Module Contents¶
- airflow.providers.amazon.aws.executors.aws_lambda.utils.CONFIG_GROUP_NAME = 'aws_lambda_executor'[source]¶
- airflow.providers.amazon.aws.executors.aws_lambda.utils.INVALID_CREDENTIALS_EXCEPTIONS = ['ExpiredTokenException', 'InvalidClientTokenId', 'UnrecognizedClientException'][source]¶
- class airflow.providers.amazon.aws.executors.aws_lambda.utils.LambdaQueuedTask[source]¶
Represents a Lambda task that is queued. The task will be run in the next heartbeat.
- next_attempt_time: datetime.datetime[source]¶
- class airflow.providers.amazon.aws.executors.aws_lambda.utils.InvokeLambdaKwargsConfigKeys[source]¶
Bases:
airflow.providers.amazon.aws.executors.utils.base_config_keys.BaseConfigKeysConfig keys loaded which are valid lambda invoke args.
- class airflow.providers.amazon.aws.executors.aws_lambda.utils.AllLambdaConfigKeys[source]¶
Bases:
InvokeLambdaKwargsConfigKeysAll config keys which are related to the Lambda Executor.