PriscilaProgramer07 / Facial_Recognition_Attendance_System

0 stars 0 forks source link

Lambda function #1

Closed PriscilaProgramer07 closed 3 weeks ago

PriscilaProgramer07 commented 4 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.

Puliedro commented 3 weeks ago

The images are uploaded to the S3 bucket, however, the Face ID is not being uploaded to DynamoDB, please make the necessary changes

Puliedro commented 3 weeks ago

Added Luis to help!