aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.96k stars 2.1k forks source link

Add new Python sample rekognition video processor #947

Closed ariveroi closed 8 months ago

ariveroi commented 8 months ago

🚀 Feature Request General Information

Description I created a sample python CDK code that will deploy an S3 bucket, a Python Lambda script that will start a video processing Rekognition Job and be triggered by S3 object add, after the job finished a SNS topic will trigger another lambda function that will get all the celebrities faces that appear in the video uploaded. Proposed Solution CDK app written in Python, Environment CDK CLI Version: 2.81.0 Example: rekognition_video_processor Example Version: 1 OS: all Language: Python