Software Alternatives & Reviews

Bearcam Companion: My First Lambda

Amazon Rekognition AWS Lambda
  1. Add Amazon's advanced image analysis to your applications.
    The first thing I wanted to automate was running the object detection machine learning models on every new image. In a previous post, I described how I accomplished this using Amazon Rekognition from the UI. In my most recent post, I described how I upload images to S3 and update the Images table. Now I want to use the Images table update to trigger a Lambda to run Rekognition on the image and save the object detection results to the Objects table.

    #Image Analysis #Machine Learning #Data Dashboard 33 social mentions

  2. Automatic, event-driven compute service
    Pricing:
    • Open Source
    I have been making progress on the Bearcam Companion web application. I have implemented most of the main React frontend components with the associated Amplify backends. However, some of the functionality which I had implemented in the UI should really be automated. This calls for one of the staples of serverless, AWS Lambda.

    #Cloud Computing #Cloud Hosting #Backend As A Service 244 social mentions

Discuss: Bearcam Companion: My First Lambda

Log in or Post with