Presentation: Clean Architecture for Serverless: Business Logic You Can Take Anywhere
6.7 relevance
Score Breakdown
technical depth 8
novelty 5
actionability 8
community 3
strategic 6
personal 8
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Clean Architecture pattern for serverless, directly applicable and technically sound.
Summary
Elena van Engelen shows how to structure FaaS applications using Clean Architecture and Spring Cloud Function with Gradle modules to keep business logic cloud-agnostic. This approach avoids vendor lock-in by isolating domain code from AWS or Azure-specific triggers, and she demonstrates portability by deploying the same Kotlin functions to both clouds using Terraform CDK for multi-cloud IaC.