AWS AWSCloudFormation documentation change
Summary
Updated URL reference for AWS::Lambda::Function documentation link and added PDF link
Security assessment
The change updates a documentation URL path from UserGuide to TemplateReference but does not alter security-related content. The security group example remains unchanged and there's no evidence of addressing a vulnerability.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/quickref-lambda.md b/AWSCloudFormation/latest/UserGuide/quickref-lambda.md index ab5b4ff95..5aeed06b1 100644 --- a//AWSCloudFormation/latest/UserGuide/quickref-lambda.md +++ b//AWSCloudFormation/latest/UserGuide/quickref-lambda.md @@ -0,0 +1,2 @@ +[](/pdfs/AWSCloudFormation/latest/UserGuide/cfn-ug.pdf#quickref-lambda "Open PDF") + @@ -7 +9 @@ JSONYAML -The following template uses an AWS Lambda (Lambda) function and custom resource to append a new security group to a list of existing security groups. This function is useful when you want to build a list of security groups dynamically, so that your list includes both new and existing security groups. For example, you can pass a list of existing security groups as a parameter value, append the new value to the list, and then associate all your values with an EC2 instance. For more information about the Lambda function resource type, see [AWS::Lambda::Function](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html). +The following template uses an AWS Lambda (Lambda) function and custom resource to append a new security group to a list of existing security groups. This function is useful when you want to build a list of security groups dynamically, so that your list includes both new and existing security groups. For example, you can pass a list of existing security groups as a parameter value, append the new value to the list, and then associate all your values with an EC2 instance. For more information about the Lambda function resource type, see [AWS::Lambda::Function](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-lambda-function.html).