summaryrefslogtreecommitdiff
path: root/src/ec2.rs
Commit message (Collapse)AuthorAge
* Upgrade AWS libraries.Owen Jacobson2024-07-24
| | | | This comes with some substantial removals, because the AWS libs no longer treat every last field as optional when it's inappropriate to do so. Hooray!
* Switch to futures for (stream).try_next().Owen Jacobson2024-07-24
| | | | This was an oversight; I missed that this trait existed!
* aws_context is now reliably the first non-self argument, rather than ↵Owen Jacobson2024-07-24
| | | | sporadically the last one
* Some code cleanup on the process of identifying the resource record sets for ↵Owen Jacobson2024-07-23
| | | | an ASG.
* Retire the `result` module.Owen Jacobson2024-07-23
| | | | It didn't add much to have our own Result definition, over using `anyhow::Result` directly.
* CLI tool for updating Route53 DNS for an ASG.Owen Jacobson2023-10-17