Closed PriscilaProgramer07 closed 3 weeks ago
Create an AWS Lambda function. This Lambda function needs to process images uploaded to an S3 bucket, extract faces using Amazon Rekognition, and update a DynamoDB table with the detected face IDs and corresponding full names.
The images are uploaded to the S3 bucket, however, the Face ID is not being uploaded to DynamoDB, please make the necessary changes
Added Luis to help!
Create an AWS Lambda function. This Lambda function needs to process images uploaded to an S3 bucket, extract faces using Amazon Rekognition, and update a DynamoDB table with the detected face IDs and corresponding full names.