amazon.aws.hooks.base_aws_async

Module Contents

Classes

AwsBaseHookAsync

Interacts with AWS using aiobotocore asynchronously.

Attributes

log

amazon.aws.hooks.base_aws_async.log
class amazon.aws.hooks.base_aws_async.AwsBaseHookAsync

Bases: airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook

Interacts with AWS using aiobotocore asynchronously.

async get_client_async(self)

Create an Async Client object to communicate with AWS services.