Tag: faas
Browse 7 practical software engineering resources tagged with "faas". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving faas. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
Functions as a Service
FaaS lets developers run functions without managing servers. Providers handle scaling, patching, and availability, while you pay for execution time.
The resources below cover AWS Lambda, Azure Functions, Google Cloud Functions, triggers, cold starts, and FaaS patterns. Each guide shows how to build event-driven functions at scale.
Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.
Minimize Cold Start Latency in Serverless Functions
How to reduce cold start times in AWS Lambda, Azure Functions, and Cloud Run using provisioned...
Implement Event Sourcing in Serverless Architectures
How to capture all changes as immutable events using event sourcing with AWS Lambda, DynamoDB...
Run Scheduled Jobs with Serverless Functions
How to replace cron jobs with serverless scheduled functions for backups, reporting, cleanup, and...
Build Serverless Functions
Create and deploy serverless functions with AWS Lambda, Google Cloud Functions, and Azure Functions...
Orchestrate Serverless Workflows with Step Functions and
How to coordinate complex serverless processes using AWS Step Functions, Temporal, and Durable...
Serverless Architecture — Patterns and Anti-Patterns
A practical guide to serverless architecture: function design, cold starts, event-driven patterns,...
Complete Guide to Serverless Architecture
Decide when to go serverless and when not to. Covers FaaS patterns, event-driven design, cold...