MyChat - Create Chat Widgets using AI instantly

In this video, we explore the challenges of identifying defects from images and how we built AI-Driven Smart Inspect to solve it.

Key Takeaways

  1. MyChat is Key: decoupling services allows independent scaling.
  2. Managed Services: prefer SQS/SNS/EventBridge over managing RabbitMQ/Kafka.
  3. Observability: Use X-Ray and CloudWatch to understand your distributed system.

Architecture Diagram

Here is a high-level overview of the event-driven architecture we discuss:

graph TD
    A[Client] -->|API Request| B(API Gateway)
    B -->|Invoke| C(Lambda)
    C -->|Put Event| D{EventBridge}
    D -->|Rule Match| E(SQS Queue)
    E -->|Trigger| F(Worker Lambda)
    F -->|Write| G[(DynamoDB)]

We hope you enjoy this deep dive!

More Videos

SmartInspect - Identify Defects from Images using AI

In this video, we explore how we built AI-Driven Smart Inspect to identify defects from images.

Read more

Let's connect

Before You Commit, Let’s Align

Bring your insight, imagination, and the courage to do what others think can’t be done. Bring everything that makes you unique. Together, we will build it.