summaryrefslogtreecommitdiff
path: root/src/apply.rs
Commit message (Collapse)AuthorAge
* Retire the `result` module.Owen Jacobson2024-07-23
| | | | It didn't add much to have our own Result definition, over using `anyhow::Result` directly.
* Refactor the internals of the live apply method.Owen Jacobson2023-11-01
| | | | Using iterator combinators here feels like it's more in line with how I think about the problem.
* CLI tool for updating Route53 DNS for an ASG.Owen Jacobson2023-10-17