top of page

My AWS Portfolio

Welcome to my portfolio. Here you’ll find a selection of my work. Explore my projects to learn more about my projects.

Code Snippets — lambda_function2.py

Declaring AWS Rekognition, S3, DynamoDB and invoking S3_last_added_object from function1:

Adding obtained vars from our response_rekognition iteration to our responseBody so we can output the values obtained and confirm success:

CloudWatch logs:

CloudWatch logs

And the final Output:

Output

Note: DynamoDB will effectively store the s3 object name, confidence level of AWS Rekognition, object path, and label name obtained by Rekognition response..

End of part 2.

bottom of page