This commit is contained in:
2025-08-04 15:11:17 +02:00
parent a0b207db2b
commit ad75ad69b1

View File

@@ -8,7 +8,7 @@
2. [Monetization](#monetization) 2. [Monetization](#monetization)
3. [Scope](#scope) 3. [Scope](#scope)
4. [Risks and Mitigations](#risks-and-mitigations) 4. [Risks and Mitigations](#risks-and-mitigations)
5. [How-To](#how-to) 5. [Solution](#solution)
6. [System Architecture](#system-architecture) 6. [System Architecture](#system-architecture)
3. [Glossary](#glossary) 3. [Glossary](#glossary)
4. [Additional Context](#additional-context) 4. [Additional Context](#additional-context)
@@ -98,7 +98,7 @@ __How much do we receive per product?__ As a product, we do not receive anything
| Third-party service outages | External services (cloud, identity providers) may become unavailable. | Implement fallback mechanisms and monitor service health. | | Third-party service outages | External services (cloud, identity providers) may become unavailable. | Implement fallback mechanisms and monitor service health. |
| Cost overruns | Unexpected expenses in infrastructure or development. | Monitor costs, set budgets, and optimize resource usage. | | Cost overruns | Unexpected expenses in infrastructure or development. | Monitor costs, set budgets, and optimize resource usage. |
### How-To ### Solution
Based on a three-layered architecture, each layer must present a plug-and-play architecture. Based on a three-layered architecture, each layer must present a plug-and-play architecture.