summaryrefslogtreecommitdiff
path: root/src/apply.rs
Commit message (Collapse)AuthorAge
* Unify the apply arguments into a `Transaction` record type.Owen Jacobson2024-07-30
|
* Replace `hashable` with a more to-purpose wrapper type.Owen Jacobson2024-07-30
|
* Reduce unused generalityOwen Jacobson2024-07-30
|
* Stop converting a vec into a vec needlessly during dry-runOwen Jacobson2024-07-24
|
* 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.
* 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