Compute
Execution/deployment models — where your code actually runs (see ArchitecturePatterns for the system-shape angle on some of these).
Why we need this / what value this brings
The execution model chosen affects cost, latency, and operational burden for the life of the system.
When to use this
Decide per-workload, not once for the whole system — different parts of Localz may fit different models.
How to use or implement this
Default to the least operational overhead (managed/serverless) unless a specific workload characteristic (long-running, stateful, high sustained load) requires more control.
Subtopics
Empty folder — drop notes, links, and findings here as you research.