AWS serverless-application-model documentation change
Summary
Replaced 'AWS CloudFormation' with 'CloudFormation' in policy template explanation and reference table
Security assessment
Consistency update in naming conventions. No security policies, permissions, or configurations were modified, added, or removed in these changes.
Diff
diff --git a/serverless-application-model/latest/developerguide/serverless-policy-templates.md b/serverless-application-model/latest/developerguide/serverless-policy-templates.md index b5ec1bff1..f97183cfd 100644 --- a//serverless-application-model/latest/developerguide/serverless-policy-templates.md +++ b//serverless-application-model/latest/developerguide/serverless-policy-templates.md @@ -81 +81 @@ Even though there are no placeholder values, you must specify an empty object, o -The following example contains the AmazonSQSFullAcess policy and [DynamoDBCrudPolicy](./serverless-policy-template-list.html#dynamo-db-crud-policy) policy template. The AmazonSQSFullAccess policy is an IAM policy and not a AWS SAM policy, so you don't have to specify an empty object as the policy would be directly passed to the AWS CloudFormation. +The following example contains the AmazonSQSFullAcess policy and [DynamoDBCrudPolicy](./serverless-policy-template-list.html#dynamo-db-crud-policy) policy template. The AmazonSQSFullAccess policy is an IAM policy and not a AWS SAM policy, so you don't have to specify an empty object as the policy would be directly passed to the CloudFormation. @@ -108 +108 @@ Policy Template | Description -[CloudFormationDescribeStacksPolicy](./serverless-policy-template-list.html#cloud-formation-describe-stacks-policy) | Gives permission to describe AWS CloudFormation stacks. +[CloudFormationDescribeStacksPolicy](./serverless-policy-template-list.html#cloud-formation-describe-stacks-policy) | Gives permission to describe CloudFormation stacks.