The [UpdateAlias](https://docs.aws.amazon.com/lambda/latest/dg/API_UpdateAlias.html) endpoint accept arguments that we don't deal with: - [ ] RevisionId (only update if the alias's revision ID matches this; an additional safety that name + alias is pointing to the right thing) - [ ] RoutingConfig (more info in its own [doc](https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html)) Adding RevisionId should be trivial, but adding RoutingConfig will evidently be more complicated. Consider doing them one at a time.