Overview

In this lab, we show how to use the Event-driven FaaS in AWS to deploy our image classification pipeline. Images are stored in S3, the object store of AWS. Each time when we upload an image into S3, S3 will trigger a lambda function that written by us to classify the image into specific class and save the result in a table of DynamoDB

Last updated

Was this helpful?