/Categorize

Lambda function to pull from S3, run image through AWS Rekognition and store in DynamoDB

Primary LanguageJavaScript

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