Esempio n. 1
0
async def cloudformation_server():
    async with MotoService('cloudformation') as svc:
        yield svc.endpoint_url
Esempio n. 2
0
async def s3_server():
    async with MotoService('s3') as svc:
        yield svc.endpoint_url
Esempio n. 3
0
async def kinesis_server():
    async with MotoService('kinesis') as svc:
        yield svc.endpoint_url
Esempio n. 4
0
async def dynamodb2_server():
    async with MotoService('dynamodb2') as svc:
        yield svc.endpoint_url
Esempio n. 5
0
async def ec2_server():
    async with MotoService('ec2') as svc:
        yield svc.endpoint_url
Esempio n. 6
0
async def rds_server():
    async with MotoService('rds') as svc:
        yield svc.endpoint_url
Esempio n. 7
0
async def iam_server():
    async with MotoService('iam') as svc:
        yield svc.endpoint_url
Esempio n. 8
0
async def lambda_server():
    async with MotoService('lambda') as svc:
        yield svc.endpoint_url
Esempio n. 9
0
async def batch_server():
    async with MotoService('batch') as svc:
        yield svc.endpoint_url