Exemplo n.º 1
0
def efs(aws_credentials):  # pylint: disable=unused-argument
    with mock_efs():
        yield boto3.client("efs", region_name="us-east-1")
Exemplo n.º 2
0
def efs_client(aws_credentials):  # pylint: disable=unused-argument
    with mock_efs():
        yield server.create_backend_app("efs").test_client()
Exemplo n.º 3
0
def efs_client(aws_credentials):
    with mock_efs():
        yield server.create_backend_app("efs").test_client()
Exemplo n.º 4
0
def efs(aws_credentials):
    with mock_efs():
        yield boto3.client("efs", region_name="us-east-1")