Build a Facial Recognition App on AWS from Scratch | Rekognition, Lambda, DynamoDB, API Gateway, S3
In this video, I explained how to build a facial recognition application on AWS in great details.
Video on uploading files to S3 via API Gateway: https://www.youtube.com/watch?v=7T5VbMEJStQ
Video on how to build a serviceless API with API Gateway: https://www.youtube.com/watch?v=Ut5CkSz6NR0
Video on how to host a website on AWS with S3: https://www.youtube.com/watch?v=kvlSep7m7Uk
Configure AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html
0:00 - Intro and architecture diagram walkthrough
3:10 - S3 bucket creations
4:28 - Registration lambda function creation
08:01 - DynamoDB table creation
08:54 - Writing the code for the registration lambda
16:31 - Creating a Rekonigtion collection
18:41 - Testing the registration flow
21:48 - Authentication lambda function creation
28:15 - API Gateway creation
35:57 - Creating the React frontend
52:00 - Code mistake correction
53:56 - End to end product testing / demo