aws.lambda icon indicating copy to clipboard operation
aws.lambda copied to clipboard

update_function_alias additional arguments

Open jonthegeek opened this issue 5 years ago • 0 comments

The UpdateAlias 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)

Adding RevisionId should be trivial, but adding RoutingConfig will evidently be more complicated. Consider doing them one at a time.

jonthegeek avatar Apr 14 '20 18:04 jonthegeek