AWS Security ChangesHomeSearch

AWS serverless-application-model documentation change

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

File: serverless-application-model/latest/developerguide/authoring-codesigning.md

Summary

Updated terminology from 'AWS CloudFormation template' to 'CloudFormation template' in code signing documentation

Security assessment

The change is a minor terminology update without any security implications. It maintains existing documentation about code signing configuration without altering security-related content or addressing vulnerabilities.

Diff

diff --git a/serverless-application-model/latest/developerguide/authoring-codesigning.md b/serverless-application-model/latest/developerguide/authoring-codesigning.md
index 65c8f2bf8..535cffe56 100644
--- a//serverless-application-model/latest/developerguide/authoring-codesigning.md
+++ b//serverless-application-model/latest/developerguide/authoring-codesigning.md
@@ -15 +15 @@ Before you can configure code signing for your serverless application, you must
-  1. **Creating a code signing configuration** – Declare an [`AWS::Lambda::CodeSigningConfig`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-codesigningconfig.html) resource to specify the signing profiles of trusted publishers and to set the policy action for validation checks. You can declare this object in the same AWS SAM template as your serverless function, in a different AWS SAM template, or in an AWS CloudFormation template. You then enable code signing for a serverless function by specify the [`CodeSigningConfigArn`](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html#sam-function-codesigningconfigarn) property the function with the Amazon Resource Name (ARN) of an [`AWS::Lambda::CodeSigningConfig`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-codesigningconfig.html) resource.
+  1. **Creating a code signing configuration** – Declare an [`AWS::Lambda::CodeSigningConfig`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-codesigningconfig.html) resource to specify the signing profiles of trusted publishers and to set the policy action for validation checks. You can declare this object in the same AWS SAM template as your serverless function, in a different AWS SAM template, or in an CloudFormation template. You then enable code signing for a serverless function by specify the [`CodeSigningConfigArn`](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html#sam-function-codesigningconfigarn) property the function with the Amazon Resource Name (ARN) of an [`AWS::Lambda::CodeSigningConfig`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-codesigningconfig.html) resource.