Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 675 Bytes

File metadata and controls

16 lines (12 loc) · 675 Bytes

Categorize

A lambda function to pull S3 image upon upload, running image through AWS Rekognition and then storing this data into DynamoDB

Using Categorize

Create a lambda function in your AWS account. Grab the zip version of this code by cd-ing into the src directory and running

zip -r ../../lambda_categorize.zip *

Then upload this zip file to your new lambda function.

categorize

Medium Article on implementation

https://medium.com/@Kalefive/https-medium-com-kalefive-using-aws-rekognition-and-lambda-to-analyze-images-on-the-fly-61cd1adae0af