``` async def tables(): subs = await get_subne...
# python
i
Copy code
async def tables():
    subs = await get_subnets()
    for s in subs:
        aws.associate(s, rt ...)
👍 2