AWS serverless-application-model documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' in documentation links and text
Security assessment
The changes are branding/naming convention updates rather than security-related content modifications. No security implications or vulnerability references were introduced.
Diff
diff --git a/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-validate.md b/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-validate.md index 2fc1f0b7b..9cbdaf691 100644 --- a//serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-validate.md +++ b//serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-validate.md @@ -40 +40 @@ Turns on debug logging to print debug message generated by the AWS SAM CLI and d -Run linting validation on template through **cfn-lint**. Create a `cfnlintrc` config file to specify additional parameters. For more information, see [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) in the _AWS CloudFormation GitHub repository_. +Run linting validation on template through **cfn-lint**. Create a `cfnlintrc` config file to specify additional parameters. For more information, see [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) in the _CloudFormation GitHub repository_. @@ -70 +70 @@ For an example on using this command to validate a template, refer to [Validate -For an example on using this command with cfn-lint, refer to [Validate your AWS SAM applications with AWS CloudFormation Linter](./validate-cfn-lint.html). +For an example on using this command with cfn-lint, refer to [Validate your AWS SAM applications with CloudFormation Linter](./validate-cfn-lint.html).