pub async fn create_route_table( client: &Client, vpc_id: &str, igw_id: &str, tag: &str, ) -> Result<String, Error>
Creates a route table for the VPC and sets up a default route to the Internet Gateway