AWS Security ChangesHomeSearch

AWS serverless-application-model documentation change

Service: serverless-application-model · 2025-11-19 · Documentation low

File: serverless-application-model/latest/developerguide/sam-cli-troubleshooting.md

Summary

Changed 'AWS CloudFormation console' to 'CloudFormation console' in troubleshooting guidance

Security assessment

This is a terminology update without any security context. The change clarifies console naming but doesn't address security vulnerabilities or add security features.

Diff

diff --git a/serverless-application-model/latest/developerguide/sam-cli-troubleshooting.md b/serverless-application-model/latest/developerguide/sam-cli-troubleshooting.md
index 21a0e1648..20a90fad8 100644
--- a//serverless-application-model/latest/developerguide/sam-cli-troubleshooting.md
+++ b//serverless-application-model/latest/developerguide/sam-cli-troubleshooting.md
@@ -35 +35 @@ When trying to invoke the API Gateway endpoint, you see the following error:
-This means that you've attempted to send a request to a domain that's not valid. This can happen if your serverless application failed to deploy successfully, or if you have a typo in your **curl** command. Verify that the application deployed successfully by using the AWS CloudFormation console or the AWS CLI, and verify that your **curl** command is correct.
+This means that you've attempted to send a request to a domain that's not valid. This can happen if your serverless application failed to deploy successfully, or if you have a typo in your **curl** command. Verify that the application deployed successfully by using the CloudFormation console or the AWS CLI, and verify that your **curl** command is correct.