AWS serverless-application-model documentation change
Summary
Updated terminology from 'AWS CloudFormation' to 'CloudFormation' throughout the document for consistency
Security assessment
Changes are purely terminological updates without any security implications. No security-related content was added, modified, or referenced.
Diff
diff --git a/serverless-application-model/latest/developerguide/sam-specification.md b/serverless-application-model/latest/developerguide/sam-specification.md index e8cca7878..4b2f9972b 100644 --- a//serverless-application-model/latest/developerguide/sam-specification.md +++ b//serverless-application-model/latest/developerguide/sam-specification.md @@ -11 +11 @@ After you run the **sam init** command and complete its subsequent workflow, AWS -A key element of the AWS SAM template is the AWS SAM template specification. This specification provides the short-hand syntax that, when compared to AWS CloudFormation, allows to you use fewer lines of code to to define the resources, event source mappings, permissions, APIs, and other properties of your serverless application. +A key element of the AWS SAM template is the AWS SAM template specification. This specification provides the short-hand syntax that, when compared to CloudFormation, allows to you use fewer lines of code to to define the resources, event source mappings, permissions, APIs, and other properties of your serverless application. @@ -15 +15 @@ This section provides details on how you use sections in the AWS SAM template to -AWS SAM templates are an extension of AWS CloudFormation templates, with unique syntax types that use shorthand syntax with fewer lines of code than AWS CloudFormation. This speeds up your development when building a serverless application. For more information, refer to [AWS SAM resources and properties](./sam-specification-resources-and-properties.html). For the full reference for AWS CloudFormation templates, see [AWS CloudFormation Template Reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-reference.html) in the _AWS CloudFormation User Guide_. +AWS SAM templates are an extension of CloudFormation templates, with unique syntax types that use shorthand syntax with fewer lines of code than CloudFormation. This speeds up your development when building a serverless application. For more information, refer to [AWS SAM resources and properties](./sam-specification-resources-and-properties.html). For the full reference for CloudFormation templates, see [CloudFormation Template Reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-reference.html) in the _AWS CloudFormation User Guide_. @@ -25 +25 @@ When developing, you will often find it beneficial to break up your application - * [Generated AWS CloudFormation resources for AWS SAM](./sam-specification-generated-resources.html) + * [Generated CloudFormation resources for AWS SAM](./sam-specification-generated-resources.html)