Skip to content

Commit 7ce93b4

Browse files
PengWang0316davidgf
authored andcommitted
Update README.md (#43)
Changed one mistake "Linear10PercentEvery10Minutes: shifts 10 percent of traffic every 30 minutes until all traffic is shifted." to "Linear10PercentEvery10Minutes: shifts 10 percent of traffic every 10 minutes until all traffic is shifted."
1 parent f18da32 commit 7ce93b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can see a working example in the [example folder](./example/).
5959
- `Linear10PercentEvery1Minute`: shifts 10 percent of traffic every minute until all traffic is shifted.
6060
- `Linear10PercentEvery2Minutes`: shifts 10 percent of traffic every two minutes until all traffic is shifted.
6161
- `Linear10PercentEvery3Minutes`: shifts 10 percent of traffic every three minutes until all traffic is shifted.
62-
- `Linear10PercentEvery10Minutes`: shifts 10 percent of traffic every 30 minutes until all traffic is shifted.
62+
- `Linear10PercentEvery10Minutes`: shifts 10 percent of traffic every 10 minutes until all traffic is shifted.
6363
* `alias`: (required) name that will be used to create the Lambda function alias.
6464
* `preTrafficHook`: (optional) validation Lambda function that runs before traffic shifting. It must use te CodeDeploy SDK to notify about this step's success or failure (more info [here](https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html)).
6565
* `postTrafficHook`: (optional) validation Lambda function that runs after traffic shifting. It must use te CodeDeploy SDK to notify about this step's success or failure (more info [here](https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html))

0 commit comments

Comments
 (0)