Skip to content

Commit

Permalink
CS and doc fixes (#1525)
Browse files Browse the repository at this point in the history
* CS and doc fixes

* Update static.yml
  • Loading branch information
GrahamCampbell authored Jul 23, 2023
1 parent bc84810 commit 32f15ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeDeployClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function getDeployment($input): GetDeploymentOutput
* `BeforeAllowTraffic` and `AfterAllowTraffic`. For Amazon ECS deployments, the available lifecycle hooks are
* `BeforeInstall`, `AfterInstall`, `AfterAllowTestTraffic`, `BeforeAllowTraffic`, and `AfterAllowTraffic`. Lambda
* validation functions return `Succeeded` or `Failed`. For more information, see AppSpec 'hooks' Section for an Lambda
* Deployment [^1] and AppSpec 'hooks' Section for an Amazon ECS Deployment [^2].
* Deployment [^1] and AppSpec 'hooks' Section for an Amazon ECS Deployment [^2].
*
* [^1]: https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-lambda
* [^2]: https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-ecs
Expand Down

0 comments on commit 32f15ad

Please sign in to comment.