Exemplo n.º 1
0
def sts():
    with mock_sts():
        yield boto3.client('sts', region_name='us-east-1')
Exemplo n.º 2
0
def sts():
    """Mocked STS Fixture."""
    with mock_sts():
        yield boto3.client('sts', region_name='us-east-1')