Use Amazon Rekognition to index a face in a Rekognition faces collection.
This project demonstrates how to index a face in Amazon Rekognition faces collection.
Once a image with a headshot is uploaded into S3 bucket, a Lambda function is triggered to index the face in the image in a Amazon Rekognition faces collection.
The image name is used as the ExternalImageId within the faces collection. This is implemented with CDK (Typescript)