Image Recognition App with AWS CDK
AWS Cloud Computing|Alexander Völsch|July 23, 2024
What is the final project useful for?
This AWS CDK Stack will create a S3 bucket, DynamoDB table, API Gateway and two lambda functions. Uploading a picture to S3 will trigger a lambda function which uses the Rekognition service to detect the content of the picture and save these labels in DynamoDB. Through the API it is possible to search for a label and get the matching images.
What does the final project look like?
Here is the link to the final project.