AWS Security ChangesHomeSearch

AWS cloud9 documentation change

Service: cloud9 · 2025-11-19 · Documentation low

File: cloud9/latest/user-guide/serverless-apps-toolkit.md

Summary

Standardized service name references from 'AWS CloudFormation' to 'CloudFormation' in serverless application documentation

Security assessment

Changes only update service name formatting. The security guidance about required credentials remains unchanged, with no new security features or vulnerability fixes introduced.

Diff

diff --git a/cloud9/latest/user-guide/serverless-apps-toolkit.md b/cloud9/latest/user-guide/serverless-apps-toolkit.md
index 64a64b090..e86321e1d 100644
--- a//cloud9/latest/user-guide/serverless-apps-toolkit.md
+++ b//cloud9/latest/user-guide/serverless-apps-toolkit.md
@@ -330 +330 @@ This example shows how to sync the serverless application that was created in th
-  * Ensure that the credentials you configured in include the appropriate read/write access to the following services: Amazon S3, AWS CloudFormation, AWS Lambda, and Amazon API Gateway.
+  * Ensure that the credentials you configured in include the appropriate read/write access to the following services: Amazon S3, CloudFormation, AWS Lambda, and Amazon API Gateway.
@@ -375 +375 @@ When the deployment is complete, you'll see your application that's listed in th
-Deleting a serverless application involves deleting the AWS CloudFormation stack that you previously deployed to the AWS Cloud. Note that this procedure does not delete your application directory from your local host.
+Deleting a serverless application involves deleting the CloudFormation stack that you previously deployed to the AWS Cloud. Note that this procedure does not delete your application directory from your local host.
@@ -379 +379 @@ Deleting a serverless application involves deleting the AWS CloudFormation stack
-  2. In the **AWS Explorer** window, expand the Region containing the deployed application that you want to delete, and then expand **AWS CloudFormation**.
+  2. In the **AWS Explorer** window, expand the Region containing the deployed application that you want to delete, and then expand **CloudFormation**.
@@ -381 +381 @@ Deleting a serverless application involves deleting the AWS CloudFormation stack
-  3. Open the context (right-click) menu for the name of the AWS CloudFormation stack that corresponds to the serverless application that you want to delete. Then, choose **Delete CloudFormation Stack**.
+  3. Open the context (right-click) menu for the name of the CloudFormation stack that corresponds to the serverless application that you want to delete. Then, choose **Delete CloudFormation Stack**.
@@ -388 +388 @@ Deleting a serverless application involves deleting the AWS CloudFormation stack
-If the stack deletion succeeds, the AWS Toolkit removes the stack name from the AWS CloudFormation list in **AWS Explorer**.
+If the stack deletion succeeds, the AWS Toolkit removes the stack name from the CloudFormation list in **AWS Explorer**.