top of page
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:

And the final 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




