AWS Security ChangesHomeSearch

AWS lambda documentation change

Service: lambda · 2025-10-28 · Documentation low

File: lambda/latest/dg/lambda-intro-execution-role.md

Summary

Removed JSON output example from execution role documentation

Security assessment

Documentation cleanup with no security implications.

Diff

diff --git a/lambda/latest/dg/lambda-intro-execution-role.md b/lambda/latest/dg/lambda-intro-execution-role.md
index 2b7973022..1345459e1 100644
--- a//lambda/latest/dg/lambda-intro-execution-role.md
+++ b//lambda/latest/dg/lambda-intro-execution-role.md
@@ -102,25 +101,0 @@ JSON
-You should see the following output:
-    
-    
-    {
-        "Role": {
-            "Path": "/",
-            "RoleName": "lambda-ex",
-            "RoleId": "AROAQFOXMPL6TZ6ITKWND",
-            "Arn": "arn:aws:iam::123456789012:role/lambda-ex",
-            "CreateDate": "2020-01-17T23:19:12Z",
-            "AssumeRolePolicyDocument": {
-                "Version": "2012-10-17",		 	 	 
-                "Statement": [
-                    {
-                        "Effect": "Allow",
-                        "Principal": {
-                            "Service": "lambda.amazonaws.com"
-                        },
-                        "Action": "sts:AssumeRole"
-                    }
-                ]
-            }
-        }
-    }
-