So if I call get_subnets like this: async def get...
# python
p
So if I call get_subnets like this: async def get_my_subnets(subnet_type): result = await ec2.get_subnets(tags={“Type”:subnet_type}) return result.ids