dct:identifier | ADR-20230606091024695 |
dct:modified | 2024-01-28 |
dct:title | Architecture Decision Record about Serveless Architecture |
dct:type | eira:ServelessArchitectureGoal |
eira:adr_consecuences | The consequences section contains information about the overall impact of an architectural decision. Every decision has trade-offs. That’s why it’s crucial to include the analysis to provide a clear picture. |
eira:adr_context | The context explains why we need to make a decision. It also describes the alternatives along with the pros and cons. |
eira:adr_decision | The decision describes the justification for why the particular solution was accepted. It has more emphasis on the why rather than the how. |
eira:adr_status | [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] |
eira:concept | eira:ArchitectureBuildingBlock |
eira:definitionSource | ISO/IEC/IEEE 42010:2022 |
eira:definitionSourceReference | https://www.iso.org/standard/74393.html |
eira:eifLayer | N/A |
eira:PURI | http://data.europa.eu/dr8/ServelessArchitectureGoal |
eira:view | Digital Solution Architecture Decisions Catalogue view |
skos:broader | http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal |
skos:definition | Architecture Decision Record from where you should specialise the ADR SBBs regarding the Serveless Architecture |
skos:example | Title: Serverless Architecture Decision Record (ADR) |
skos:note | Serverless architecture, also known as Function-as-a-Service (FaaS), allows developers to focus on writing and deploying individual functions or microservices without managing the underlying infrastructure. Functions are triggered by events and run in ephemeral containers managed by a cloud provider. This architecture eliminates the need for provisioning or managing servers, enabling scalability and cost optimization. |