From 75ac567686891591821eb019fb6b7c1b52023acb Mon Sep 17 00:00:00 2001 From: "amos.changcoco" Date: Sat, 18 Oct 2025 05:02:58 +0000 Subject: [PATCH] applied corrections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b92832..9ee1360 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ There are three Lambda functions placed inside this repository: ### 1. Kinesis Video Stream to Rekognition (`cctv-people-rekogniton`) This function utilizes Amazon Rekognition's stream processor, which is configured to monitor an incoming Amazon Kinesis Video Stream for people label detection. -Note that this Lambda function is intended to process **a single Kinesis video stream only**. For a multi-camera setup, multiple deployments of this Lambda function is necessary. +Note that this Lambda function is intended to process **a single Kinesis video stream only**. For a multi-camera setup, multiple deployments of this Lambda function are necessary. This is built on top of AWS KVS Consumer Library for Python. The original repository can be found here: https://github.com/aws-samples/amazon-kinesis-video-streams-consumer-library-for-python/