AWS Security ChangesHomeSearch

AWS rekognition documentation change

Service: rekognition · 2025-08-28 · Documentation low

File: rekognition/latest/dg/stored-video-lambda.md

Summary

Removed IAM PassRole policy example for Lambda integration

Security assessment

Deletion of role delegation example doesn't indicate security fixes. Documentation cleanup without security context.

Diff

diff --git a/rekognition/latest/dg/stored-video-lambda.md b/rekognition/latest/dg/stored-video-lambda.md
index 55fefde47..1fc495014 100644
--- a//rekognition/latest/dg/stored-video-lambda.md
+++ b//rekognition/latest/dg/stored-video-lambda.md
@@ -145,19 +144,0 @@ To call Amazon Rekognition Video operations, you add the _AmazonRekognitionFullA
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "mysid",
-                "Effect": "Allow",
-                "Action": "iam:PassRole",
-                "Resource": "arn:${Partition}:iam::${123456789012}:role/${RoleNameWithPath}"
-            }
-        ]
-    }
-    
-