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
Last active
April 7, 2026 11:55
-
-
Save halfbug/f40402f6c056f8ce2421731a918b6785 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment