AWS Security ChangesHomeSearch

AWS AWSSimpleQueueService documentation change

Service: AWSSimpleQueueService · 2025-02-26 · Documentation low

File: AWSSimpleQueueService/latest/SQSDeveloperGuide/example_cross_RekognitionVideoDetection_section.md

Summary

Added Java SDK example for video analysis with Rekognition and listed services used (SQS, S3, SES, SNS)

Security assessment

Change adds example implementation details but doesn't address security vulnerabilities or document security features. Services listed include security-related ones like SES/SNS, but no explicit security guidance added.

Diff

diff --git a/AWSSimpleQueueService/latest/SQSDeveloperGuide/example_cross_RekognitionVideoDetection_section.md
index 6748c4952..4c114eeba 100644
--- a/AWSSimpleQueueService/latest/SQSDeveloperGuide/example_cross_RekognitionVideoDetection_section.md
+++ b/AWSSimpleQueueService/latest/SQSDeveloperGuide/example_cross_RekognitionVideoDetection_section.md
@@ -8,0 +9,25 @@ The following code examples show how to detect people and objects in a video wit
+Java
+    
+
+**SDK for Java 2.x**
+    
+
+Shows how to use Amazon Rekognition Java API to create an app to detect faces and objects in videos located in an Amazon Simple Storage Service (Amazon S3) bucket. The app sends the admin an email notification with the results using Amazon Simple Email Service (Amazon SES). 
+
+For complete source code and instructions on how to set up and run, see the full example on [GitHub](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javav2/usecases/video_analyzer_application). 
+
+###### Services used in this example
+
+  * Amazon Rekognition
+
+  * Amazon S3
+
+  * Amazon SES
+
+  * Amazon SNS
+
+  * Amazon SQS
+
+
+
+
@@ -22,0 +48,4 @@ This example is best viewed on GitHub. For complete source code and instructions
+  * Amazon S3
+
+  * Amazon SES
+