AWS Security ChangesHomeSearch

AWS cloudformation-cli documentation change

Service: cloudformation-cli · 2025-11-19 · Documentation low

File: cloudformation-cli/latest/hooks-userguide/hooks-develop.md

Summary

Updated references from 'AWS CloudFormation Hooks' to 'CloudFormation Hooks' in development documentation

Security assessment

Terminology changes without modification to security-related development practices or features

Diff

diff --git a/cloudformation-cli/latest/hooks-userguide/hooks-develop.md b/cloudformation-cli/latest/hooks-userguide/hooks-develop.md
index f6bba3319..358d78b4a 100644
--- a//cloudformation-cli/latest/hooks-userguide/hooks-develop.md
+++ b//cloudformation-cli/latest/hooks-userguide/hooks-develop.md
@@ -7 +7 @@
-This section is for customers who want to develop custom Hooks and register them in the CloudFormation registry. It provides an overview of the structure of AWS CloudFormation Hooks, and guides for developing, registering, testing, managing, and publishing your own Hooks with Python or Java.
+This section is for customers who want to develop custom Hooks and register them in the CloudFormation registry. It provides an overview of the structure of CloudFormation Hooks, and guides for developing, registering, testing, managing, and publishing your own Hooks with Python or Java.
@@ -13 +13 @@ There are three major steps in developing a custom Hook:
-To develop custom Hooks, you must configure and use the CloudFormation CLI. To initiate a Hook's project and its required files, use the CloudFormation CLI [init](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-cli-init.html) command and specify that you want to create a Hook. For more information, see [Initiating a custom AWS CloudFormation Hooks project](./hooks-init.html).
+To develop custom Hooks, you must configure and use the CloudFormation CLI. To initiate a Hook's project and its required files, use the CloudFormation CLI [init](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-cli-init.html) command and specify that you want to create a Hook. For more information, see [Initiating a custom CloudFormation Hooks project](./hooks-init.html).
@@ -19 +19 @@ To model, author, and validate your Hook schema, define the Hook, its properties
-The CloudFormation CLI creates empty handler functions which correspond to a specific Hook invocation point. Add your own logic to these handlers to control what happens during your Hook invocation at each stage of its target lifecycle. For more information, see [Modeling custom AWS CloudFormation Hooks](./hooks-model.html).
+The CloudFormation CLI creates empty handler functions which correspond to a specific Hook invocation point. Add your own logic to these handlers to control what happens during your Hook invocation at each stage of its target lifecycle. For more information, see [Modeling custom CloudFormation Hooks](./hooks-model.html).
@@ -23 +23 @@ The CloudFormation CLI creates empty handler functions which correspond to a spe
-To register a Hook, submit your Hook to be registered either as a private or a public third-party extension. Register your Hook with the `[submit](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-cli-submit.html)` operation. For more information, see [Registering a custom Hook with AWS CloudFormation](./registering-hooks.html).
+To register a Hook, submit your Hook to be registered either as a private or a public third-party extension. Register your Hook with the `[submit](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-cli-submit.html)` operation. For more information, see [Registering a custom Hook with CloudFormation](./registering-hooks.html).