Serverless

Serverless is a position on the map: Wardley Maps before the architecture diagram
Serverless is a position on the map: Wardley Maps …

The Lambda-or-not discussion usually ends on whoever defended their opinion with the most energy. Wardley Maps supplies the missing language: components that evolved into commodity get consumed as managed services, components that are your differentiator get built portable, and the real cost of lock-in grows toward your core. The instrument drawn on a real system, with a reading rule to decide before the architecture diagram.

The bottleneck was never the load, it was the hot key: space-based architecture on serverless
The bottleneck was never the load, it was the hot …

What takes down your biggest sale of the year isn't total load, it's the hot key: one hot partition that throttles while the rest of the table sits idle. Space-based architecture fixes that by taking the database out of the critical path. On AWS serverless you inherit the principle, not the literal implementation, and most projects don't even need it.

The biggest mistake in serverless architecture isn't choosing the wrong technology
The biggest mistake in serverless architecture …

The biggest mistake in serverless architecture isn't technical, it's organizational. Without Domain-Driven Design, you sell team autonomy and deliver the opposite: a distributed monolith dressed up as microservices.

AWS Lambda Durable Functions: When the 15-Minute Limit Stops Being a Problem
AWS Lambda Durable Functions: When the 15-Minute …

Discover how AWS Lambda Durable Functions lets you create workflows that pause, wait for human approvals, and resume after hours - without paying for wait time.