summaryrefslogtreecommitdiff
path: root/src/dns.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!
* 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