AWS serverlessrepo documentation change
Summary
Replaced 'AWS CloudFormation' with 'CloudFormation' in deployment mechanism description
Security assessment
Minor terminology update without altering security guidance. The IAM policy examples and security context remain unchanged.
Diff
diff --git a/serverlessrepo/latest/devguide/security_iam_id-based-policy-examples.md b/serverlessrepo/latest/devguide/security_iam_id-based-policy-examples.md index 6ee941511..906d365fa 100644 --- a//serverlessrepo/latest/devguide/security_iam_id-based-policy-examples.md +++ b//serverlessrepo/latest/devguide/security_iam_id-based-policy-examples.md @@ -306 +306 @@ JSON -Deploying an application might require permissions to use additional AWS resources. Because the AWS Serverless Application Repository uses the same underlying deployment mechanism as AWS CloudFormation, see [Controlling Access with AWS Identity and Access Management](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html) for more information. For help with deployment issues related to permissions, see [ Troubleshooting: Insufficient IAM Permissions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-insufficient-iam-permissions). +Deploying an application might require permissions to use additional AWS resources. Because the AWS Serverless Application Repository uses the same underlying deployment mechanism as CloudFormation, see [Controlling Access with AWS Identity and Access Management](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html) for more information. For help with deployment issues related to permissions, see [ Troubleshooting: Insufficient IAM Permissions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-insufficient-iam-permissions).