Skip to content

Instantly share code, notes, and snippets.

@halfbug
Last active April 7, 2026 11:55
Show Gist options
  • Select an option

  • Save halfbug/f40402f6c056f8ce2421731a918b6785 to your computer and use it in GitHub Desktop.

Select an option

Save halfbug/f40402f6c056f8ce2421731a918b6785 to your computer and use it in GitHub Desktop.
flowchart TD
    A["CLIENT (browser, app, curl)"] -->|HTTPS| B["API GATEWAY"]

    B -->|Auth, Routing, Logging| C1["Lambda 1 (Chat)"]
    B -->|Auth, Routing, Logging| C2["Lambda 2 (Search)"]

    C1 --> D["DynamoDB (Cache)"]
    C1 --> E["MongoDB (History)"]

    C2 --> D
    C2 --> E
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment