DZone
Introduction
In this use case, a user will upload images to an S3 bucket where the Lambda function will listen in. Once an image is uploaded, the Lambda function is triggered, and it will carry out an image analysis using the AWS Rekognition service. The result of this analysis will be emailed to the user.
Implementation
Figure 1 shows the high-level deployment architecture of our solution.
Source: DZone