serverless
Practical resources about serverless for software engineers.
30 results
Running Code Without Managing Servers
Serverless computing abstracts infrastructure so teams can focus on business logic. Functions, managed databases, and event triggers scale automatically while you pay only for execution time.
This topic covers AWS Lambda patterns, Google Cloud Functions deployment, Azure Durable Functions orchestration, and API Gateway integration. Learn to optimize cold starts, manage state between invocations, and design event-driven serverless architectures.
Serverless Throttling Pattern
Handle backpressure in serverless by using SQS, token buckets, and concurrency limits to protect...
Serverless Warm Pool Pattern
Keep Lambda functions warm by sending periodic ping events to reduce cold start latency for...
Serverless Cold Start Runbook
Runbook for diagnosing and mitigating serverless cold starts: causes, measurement, optimization...
Serverless Cost Estimation Template
Template for estimating serverless costs per workload: invocation-based pricing, memory-duration...
Serverless Function Deployment Checklist
Pre-deploy and post-deploy checklist for serverless functions (AWS Lambda, Azure Functions, GCP...
Serverless Security Checklist
Security hardening checklist for serverless functions: IAM least privilege, secret management,...
Serverless Architecture — Patterns and Anti-Patterns
A practical guide to serverless architecture: function design, cold starts, event-driven patterns,...
Complete Guide to AWS Lambda in Production
Run AWS Lambda in production with confidence. Covers cold start optimization, layers, deployment...
Complete Guide to Serverless Architecture
Decide when to go serverless and when not to. Covers FaaS patterns, event-driven design, cold...
Complete Guide to Serverless Databases
Choose and operate serverless databases for event-driven applications. Covers DynamoDB, Aurora...
No results found.