The post-Serverless era
When AWS Lambda launched in 2014, the world saw FaaS (Function as a Service) as a "magic" way to run code without servers. Today:
Gartner: 68% of companies use at least one serverless service in production.
CNCF highlights edge computing as a strategic priority.
Datadog 2025: the average cold start time of Lambda has been reduced by 3 times.

Three pillars of the serverless world
1. FaaS (Function as a Service)
Functions that are triggered by an event — HTTP request, queue, or timer. Examples: AWS Lambda, Google Cloud Functions, Azure Functions.
News 2025: Microsoft has added GPU acceleration support for Azure Functions.
When to choose: fast MVP, microservices, automation.
2. Containers in serverless mode
Container images that scale automatically but give you full control. Examples: AWS Fargate, Google Cloud Run, Azure Container Apps.
Trend 2025: 45% of companies switched to Cloud Run/Fargate instead of Kubernetes.
When to choose: complex APIs, non-standard libraries, migration of monoliths.
3. Edge computing
Execution of code "at the edge of the network", closer to the user. Examples: Cloudflare Workers, Vercel Edge Functions, Akamai EdgeWorkers.
News 2025: Cloudflare introduced Workers AI — the launch of LLM on edge nodes.
When to choose: real-time apps, games, AR/VR, personalization.
What really works in 2025
Hybrid architectures: FaaS + containers + edge.
Serverless AI: Running ML on GPU and edge.
New billing models: payment for milliseconds and GPU memory.
MIT (2025): serverless reduces energy consumption by 30%.
Comparison of approaches
Criterion | FaaS | Containers | Edge |
|---|---|---|---|
Start time | ms (with cache) | seconds, stable | ~ms, closer to the user |
Environmental control | low | full | limited |
Cost | cheap at the start | more expensive, predictably | depends on traffic |
Cases | triggers, automation | API, microservices | real-time, AI, IoT |
🚀 Conclusion
2025 is no longer "Serverless vs. Containers", but Serverless as a platform of choice:
for easy scenarios → FaaS,
for serious backends → containers,
for real-time and AI → edge.
Companies that combine all three approaches benefit from speed, cost, and UX.
💬 We discuss all the most relevant topics from the world of development in our Telegram channel - there are live dialogues, fresh insights and trends.
And we pump up skills and learn programming - in a cool application Code.
