AWS code-library documentation change
Summary
Added video analysis example using Rekognition, S3, SES, SNS, and SQS
Security assessment
Duplicate of SES/SNS examples showing multi-service workflow without security context
Diff
diff --git a/code-library/latest/ug/java_2_sqs_code_examples.md index fdb0350a7..8705d602d 100644 --- a/code-library/latest/ug/java_2_sqs_code_examples.md +++ b/code-library/latest/ug/java_2_sqs_code_examples.md @@ -768,0 +769,24 @@ The [test](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javav2/exam +The following code example shows how to detect people and objects in a video with Amazon Rekognition. + +**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 + + + +