<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Serverless on Commentary of Takao</title><link>https://takao.blog/en/tags/serverless/</link><description>Recent content in Serverless on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Commentary of Takao</copyright><lastBuildDate>Sat, 13 Jun 2026 23:11:50 +0900</lastBuildDate><atom:link href="https://takao.blog/en/tags/serverless/index.xml" rel="self" type="application/rss+xml"/><item><title>Serverless Architecture Patterns: Beyond Lambda Functions</title><link>https://takao.blog/en/web/serverless-patterns/</link><pubDate>Tue, 17 Sep 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/en/web/serverless-patterns/</guid><description>&lt;img src="https://takao.blog/img/thumnail.webp" alt="Featured image of post Serverless Architecture Patterns: Beyond Lambda Functions" /&gt;&lt;p&gt;Serverless computing has evolved far beyond replacing simple REST APIs with Lambda functions behind API Gateway. Modern serverless architectures are fully event-driven, asynchronous, and decompose monoliths into coordinated function workflows. Major enterprises now run production workloads on AWS Lambda, Azure Functions, and Cloudflare Workers. This article explores patterns that go beyond the basics.&lt;/p&gt;
&lt;h2 id="event-driven-architecture-foundation"&gt;Event-Driven Architecture Foundation
&lt;/h2&gt;&lt;p&gt;At the core of serverless is the event-driven model: event producers emit events, event routers deliver them, and event consumers react. AWS offers multiple routing services — EventBridge for schema-aware event buses, SQS for queue-based decoupling, SNS for pub/sub messaging, and Kafka for high-throughput streaming.&lt;/p&gt;</description></item></channel></rss>