AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-06-07 · Documentation low

File: AWSCloudFormation/latest/UserGuide/walkthrough-lambda-backed-custom-resources.md

Summary

Updated resource documentation links to TemplateReference for Lambda and IAM resources

Security assessment

Link updates to reference correct documentation paths. No security context or feature additions are present in these changes.

Diff

diff --git a/AWSCloudFormation/latest/UserGuide/walkthrough-lambda-backed-custom-resources.md b/AWSCloudFormation/latest/UserGuide/walkthrough-lambda-backed-custom-resources.md
index 98505ca60..5b9d438d4 100644
--- a//AWSCloudFormation/latest/UserGuide/walkthrough-lambda-backed-custom-resources.md
+++ b//AWSCloudFormation/latest/UserGuide/walkthrough-lambda-backed-custom-resources.md
@@ -214 +214 @@ The following snippets explain relevant parts of the sample template to help you
-[AWS::Lambda::Function](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html) resource `CFNWaiter`
+[AWS::Lambda::Function](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-lambda-function.html) resource `CFNWaiter`
@@ -307 +307 @@ The `Code` property defines the function code inline using a Python function. Th
-[AWS::IAM::Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html) resource `LambdaExecutionRole`
+[AWS::IAM::Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-role.html) resource `LambdaExecutionRole`