AWS ses documentation change
Summary
Added Python SDK example for Rekognition video detection integration with SNS/SQS notifications
Security assessment
Change adds example code documentation for service integration patterns. No security vulnerabilities or security-specific features mentioned.
Diff
diff --git a/ses/latest/dg/ses_example_cross_RekognitionVideoDetection_section.md index 23b4af430..27d8114ad 100644 --- a/ses/latest/dg/ses_example_cross_RekognitionVideoDetection_section.md +++ b/ses/latest/dg/ses_example_cross_RekognitionVideoDetection_section.md @@ -26,0 +27,29 @@ For complete source code and instructions on how to set up and run, see the full + * Amazon SNS + + * Amazon SQS + + + + +Python + + +**SDK for Python (Boto3)** + + +Use Amazon Rekognition to detect faces, objects, and people in videos by starting asynchronous detection jobs. This example also configures Amazon Rekognition to notify an Amazon Simple Notification Service (Amazon SNS) topic when jobs complete and subscribes an Amazon Simple Queue Service (Amazon SQS) queue to the topic. When the queue receives a message about a job, the job is retrieved and the results are output. + +This example is best viewed on GitHub. 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/python/example_code/rekognition). + +###### Services used in this example + + * Amazon Rekognition + + * Amazon S3 + + * Amazon SES + + * Amazon SNS + + * Amazon SQS +