Create a Python script using the provided code to perform face recognition using AWS Rekognition. The script will take an image as input, search for matches in the Rekognition collection, and, if a match is found, retrieve the corresponding person's full name from a DynamoDB table.
Create a Python script using the provided code to perform face recognition using AWS Rekognition. The script will take an image as input, search for matches in the Rekognition collection, and, if a match is found, retrieve the corresponding person's full name from a DynamoDB table.