lol, sorry for spamming, but yet another issue wit...
# python
p
lol, sorry for spamming, but yet another issue with get_x, this time get_route_tables (note plural). I want to add a route to a number of route tables that already exist. So I want to do something like: for t in get_route_tables(vpc_id = vpc.id): ec2.Route(… route_table_id = t.id, … )