Skip to content

Commit 3f1aeb8

Browse files
authored
docs(lambda_alias): clarify traffic splitting limit for additional_ve… (#44384)
* docs(lambda_alias): clarify traffic splitting limit for additional_version_weights * chore: revert cdktf updates in favor of automated process --------- Co-authored-by: Jared Baker <[email protected]>
2 parents 33bbeca + a3e70ad commit 3f1aeb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/docs/r/lambda_alias.html.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ resource "aws_lambda_alias" "example" {
3737
routing_config {
3838
additional_version_weights = {
3939
"1" = 0.1 # Send 10% of traffic to version 1
40-
"3" = 0.2 # Send 20% of traffic to version 3
41-
# Remaining 70% goes to version 2 (the primary version)
40+
# Remaining 90% goes to version 2 (the primary version)
4241
}
4342
}
4443
}

0 commit comments

Comments
 (0)