AWS Security ChangesHomeSearch

AWS lambda documentation change

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

File: lambda/latest/dg/csharp-package-sam.md

Summary

Updated references from 'AWS CloudFormation' to 'CloudFormation' for consistency. Minor wording changes in IAM role creation description.

Security assessment

Changes are terminology updates (removing redundant 'AWS' prefix from CloudFormation references). No security vulnerabilities or new security features are addressed. IAM role creation mention is existing documentation.

Diff

diff --git a/lambda/latest/dg/csharp-package-sam.md b/lambda/latest/dg/csharp-package-sam.md
index bf6fbaa2e..a634ad712 100644
--- a//lambda/latest/dg/csharp-package-sam.md
+++ b//lambda/latest/dg/csharp-package-sam.md
@@ -9 +9 @@ PrerequisitesDeploy a sample AWS SAM applicationNext steps
-The AWS Serverless Application Model (AWS SAM) is a toolkit that helps streamline the process of building and running serverless applications on AWS. You define the resources for your application in a YAML or JSON template and use the AWS SAM command line interface (AWS SAM CLI) to build, package, and deploy your applications. When you build a Lambda function from an AWS SAM template, AWS SAM automatically creates a .zip deployment package or container image with your function code and any dependencies you specify. AWS SAM then deploys your function using an [AWS CloudFormation stack](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html). To learn more about using AWS SAM to build and deploy Lambda functions, see [Getting started with AWS SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-getting-started.html) in the _AWS Serverless Application Model Developer Guide_.
+The AWS Serverless Application Model (AWS SAM) is a toolkit that helps streamline the process of building and running serverless applications on AWS. You define the resources for your application in a YAML or JSON template and use the AWS SAM command line interface (AWS SAM CLI) to build, package, and deploy your applications. When you build a Lambda function from an AWS SAM template, AWS SAM automatically creates a .zip deployment package or container image with your function code and any dependencies you specify. AWS SAM then deploys your function using an [CloudFormation stack](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html). To learn more about using AWS SAM to build and deploy Lambda functions, see [Getting started with AWS SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-getting-started.html) in the _AWS Serverless Application Model Developer Guide_.
@@ -71 +71 @@ For **HelloWorldFunction may not have authorization defined, is this okay?** , b
-     * **Stack Name** : The name of the stack to deploy to AWS CloudFormation. This name must be unique to your AWS account and AWS Region.
+     * **Stack Name** : The name of the stack to deploy to CloudFormation. This name must be unique to your AWS account and AWS Region.
@@ -77 +77 @@ For **HelloWorldFunction may not have authorization defined, is this okay?** , b
-     * **Allow SAM CLI IAM role creation** : Many AWS SAM templates, including the Hello world one in this example, create AWS Identity and Access Management (IAM) roles to give your Lambda functions permission to access other AWS services. Select Yes to provide permission to deploy a AWS CloudFormation stack that creates or modifies IAM roles.
+     * **Allow SAM CLI IAM role creation** : Many AWS SAM templates, including the Hello world one in this example, create AWS Identity and Access Management (IAM) roles to give your Lambda functions permission to access other AWS services. Select Yes to provide permission to deploy a CloudFormation stack that creates or modifies IAM roles.