Johan Wärlander
Johan Wärlander
Here's what I'm doing, @lcmgh -- I think I had issues, too, with encoding it in a URL, so I side-stepped the issue: ```rust let rds_token = generate_rds_iam_token(db_hostname, db_port, db_username).await?;...
FWIW, it would be nice if one could approach a flow like this: 1. Edit pet_store.yml file to add a new API feature 2. Run 'mix test' and see a...
Well, for me personally.. I'd just rather not see, or have, any code in my code base that's just generated strictly off of a spec.. The spec is the test...
Note, of the two options.. DSL vs. plain ExUnit.. I do like the plain ExUnit version better :)
Definitely makes sense, especially now that the AWS SDK for Rust is generally available, on version 1.x, and is fully supported.