Feature request: Implement RoutingConfig in aws_lambda_alias #2736
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/lambda
Issues and PRs that pertain to the lambda service.
Milestone
A recent update to AWS SDK allows an alias to specify multiple versions and weights to route requests to other than the FunctionVersion.
Use case: This makes it trivial to minimize impact when cutting over between different versions of code within Lambda. Users of terraform would want to leverage this ability through the aws provider instead of manually.
http://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html
http://docs.aws.amazon.com/lambda/latest/dg/API_CreateAlias.html#SSS-CreateAlias-request-RoutingConfig
http://docs.aws.amazon.com/lambda/latest/dg/API_UpdateAlias.html#SSS-UpdateAlias-request-RoutingConfig
The text was updated successfully, but these errors were encountered: