aws-samples / amazon-rekognition-video-analyzer

A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Other
367 stars 157 forks source link

Using Container in ImageProcessor Lambda Function #64

Open paldana-ISI opened 2 years ago

paldana-ISI commented 2 years ago

Is it possible to replace the existing ImageProcessor Lambda function with a similar one but have the code inside a Docker container that is in an ECR without messing up the current stack setup?