| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Upgrade AWS libraries. | Owen Jacobson | 2024-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 Jacobson | 2024-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 Jacobson | 2024-07-24 |
| | | | | | sporadically the last one | ||
| * | Some code cleanup on the process of identifying the resource record sets for ↵ | Owen Jacobson | 2024-07-23 |
| | | | | | an ASG. | ||
| * | Retire the `result` module. | Owen Jacobson | 2024-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 Jacobson | 2023-10-17 |
