AWS serverless-application-model documentation change
Summary
Updated documentation to use 'CloudFormation' instead of 'AWS CloudFormation' throughout the file for terminology consistency
Security assessment
The changes are purely terminological updates removing 'AWS' prefix from CloudFormation references. No security-related content was added, modified, or removed. The modifications appear to be branding/style updates rather than addressing security vulnerabilities or documenting security features.
Diff
diff --git a/serverless-application-model/latest/developerguide/sam-specification-generated-resources-api.md b/serverless-application-model/latest/developerguide/sam-specification-generated-resources-api.md index 7743eac88..7ec719769 100644 --- a//serverless-application-model/latest/developerguide/sam-specification-generated-resources-api.md +++ b//serverless-application-model/latest/developerguide/sam-specification-generated-resources-api.md @@ -7 +7 @@ DomainName property is specifiedUsagePlan property is specified -# AWS CloudFormation resources generated when AWS::Serverless::Api is specified +# CloudFormation resources generated when AWS::Serverless::Api is specified @@ -9 +9 @@ DomainName property is specifiedUsagePlan property is specified -When an `AWS::Serverless::Api` is specified, AWS Serverless Application Model (AWS SAM) always generates an `AWS::ApiGateway::RestApi` base AWS CloudFormation resource. In addition, it also always generates an `AWS::ApiGateway::Stage` and an `AWS::ApiGateway::Deployment` resource. +When an `AWS::Serverless::Api` is specified, AWS Serverless Application Model (AWS SAM) always generates an `AWS::ApiGateway::RestApi` base CloudFormation resource. In addition, it also always generates an `AWS::ApiGateway::Stage` and an `AWS::ApiGateway::Deployment` resource. @@ -16 +16 @@ _`LogicalId`: _``<api‑LogicalId>`` -_Referenceable property:_ N/A (you must use the `LogicalId` to reference this AWS CloudFormation resource) +_Referenceable property:_ N/A (you must use the `LogicalId` to reference this CloudFormation resource) @@ -36 +36 @@ _Referenceable property:_``<api‑LogicalId>`.Deployment` -In addition to these AWS CloudFormation resources, when `AWS::Serverless::Api` is specified, AWS SAM generates additional AWS CloudFormation resources for the following scenarios. +In addition to these CloudFormation resources, when `AWS::Serverless::Api` is specified, AWS SAM generates additional CloudFormation resources for the following scenarios. @@ -49 +49 @@ In addition to these AWS CloudFormation resources, when `AWS::Serverless::Api` i -When the `DomainName` property of the `Domain` property of an `AWS::Serverless::Api` is specified, AWS SAM generates the `AWS::ApiGateway::DomainName` AWS CloudFormation resource. +When the `DomainName` property of the `Domain` property of an `AWS::Serverless::Api` is specified, AWS SAM generates the `AWS::ApiGateway::DomainName` CloudFormation resource. @@ -62 +62 @@ _Referenceable property:_``<api‑LogicalId>`.DomainName` -When the `UsagePlan` property of the `Auth` property of an `AWS::Serverless::Api` is specified, AWS SAM generates the following AWS CloudFormation resources: `AWS::ApiGateway::UsagePlan`, `AWS::ApiGateway::UsagePlanKey`, and `AWS::ApiGateway::ApiKey`. +When the `UsagePlan` property of the `Auth` property of an `AWS::Serverless::Api` is specified, AWS SAM generates the following CloudFormation resources: `AWS::ApiGateway::UsagePlan`, `AWS::ApiGateway::UsagePlanKey`, and `AWS::ApiGateway::ApiKey`.