コード例 #1
0
def load_aws() -> AWS:
    """Configure the AWS adapter."""
    return AWS()
コード例 #2
0
def aws_(boto: Mock) -> AWS:  # noqa: W0613
    """Prepare the AWS object to test."""
    return AWS()