Skip to content

Commit ccf7082

Browse files
committed
docs: add explanations for Serverless, Members, and Special layers in Landscape Guide
1 parent 1f32900 commit ccf7082

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/landscape-guide.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Landscape Guide — Architecture Layers
2+
3+
The architecture diagram includes multiple columns and a bottom-most layer labeled **Special**, which are not currently documented.
4+
This document provides clear explanations for those components.
5+
6+
---
7+
8+
### Serverless Column
9+
Represents services that run without dedicated server management, scale automatically, and execute on demand or via events.
10+
Common use: cloud functions, scheduled triggers, background event-driven tasks.
11+
Examples: AWS Lambda, Azure Functions, Google Cloud Functions.
12+
13+
---
14+
15+
### Members Column
16+
Represents users or entities that interact with, own, or maintain parts of the landscape.
17+
Includes maintainers, contributors, project owners, or affiliated members with access or responsibility in the system.
18+
19+
---
20+
21+
### Special Layer (Bottom-most)
22+
Contains components that do not belong to standard infrastructure categories but are still essential to the ecosystem.
23+
Includes internal tools, experimental modules, auxiliary automation, legacy support services, or one-off dependencies that require separate classification.

0 commit comments

Comments
 (0)