AWS Security ChangesHomeSearch

AWS serverlessrepo documentation change

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

File: serverlessrepo/latest/devguide/troubleshooting.md

Summary

Updated references from 'AWS CloudFormation' to 'CloudFormation' in deployment and permissions sections

Security assessment

Terminology standardization without changes to security implications. Permission requirements and troubleshooting guidance remain functionally identical.

Diff

diff --git a/serverlessrepo/latest/devguide/troubleshooting.md b/serverlessrepo/latest/devguide/troubleshooting.md
index 0be97bed8..d1494e8b0 100644
--- a//serverlessrepo/latest/devguide/troubleshooting.md
+++ b//serverlessrepo/latest/devguide/troubleshooting.md
@@ -13 +13 @@ When you use the AWS Serverless Application Repository, you might encounter issu
-Applications in the AWS Serverless Application Repository are deployed by using AWS CloudFormation. For information on troubleshooting AWS CloudFormation issues, see the _[AWS CloudFormation Troubleshooting Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html)._
+Applications in the AWS Serverless Application Repository are deployed by using CloudFormation. For information on troubleshooting CloudFormation issues, see the _[CloudFormation Troubleshooting Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html)._
@@ -52 +52 @@ When you make your application public, the contents of your application can take
-To deploy an AWS Serverless Application Repository application, you need permissions to AWS Serverless Application Repository resources and AWS CloudFormation stacks. You might also need permission to use the underlying services described in the application. For example, if you're creating an Amazon S3 bucket or an Amazon DynamoDB table, you need permissions to Amazon S3 or DynamoDB. 
+To deploy an AWS Serverless Application Repository application, you need permissions to AWS Serverless Application Repository resources and CloudFormation stacks. You might also need permission to use the underlying services described in the application. For example, if you're creating an Amazon S3 bucket or an Amazon DynamoDB table, you need permissions to Amazon S3 or DynamoDB. 
@@ -58 +58 @@ If you run into this type of issue, review your AWS Identity and Access Manageme
-The application name that you provide is used as the name of the AWS CloudFormation stack. If you have problems deploying an application, make sure that you don't have an existing AWS CloudFormation stack with the same name. If you do, provide a different application name or delete the existing stack to deploy the application with the same name.
+The application name that you provide is used as the name of the CloudFormation stack. If you have problems deploying an application, make sure that you don't have an existing CloudFormation stack with the same name. If you do, provide a different application name or delete the existing stack to deploy the application with the same name.