def load_aws() -> AWS: """Configure the AWS adapter.""" return AWS()
def aws_(boto: Mock) -> AWS: # noqa: W0613 """Prepare the AWS object to test.""" return AWS()