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.

advanced

Serverless Throttling Pattern

Handle backpressure in serverless by using SQS, token buckets, and concurrency limits to protect...

intermediate

Serverless Warm Pool Pattern

Keep Lambda functions warm by sending periodic ping events to reduce cold start latency for...

intermediate

Serverless Cold Start Runbook

Runbook for diagnosing and mitigating serverless cold starts: causes, measurement, optimization...

intermediate

Serverless Cost Estimation Template

Template for estimating serverless costs per workload: invocation-based pricing, memory-duration...

intermediate

Serverless Function Deployment Checklist

Pre-deploy and post-deploy checklist for serverless functions (AWS Lambda, Azure Functions, GCP...

advanced

Serverless Security Checklist

Security hardening checklist for serverless functions: IAM least privilege, secret management,...

intermediate

Serverless Architecture — Patterns and Anti-Patterns

A practical guide to serverless architecture: function design, cold starts, event-driven patterns,...

advanced

Complete Guide to AWS Lambda in Production

Run AWS Lambda in production with confidence. Covers cold start optimization, layers, deployment...

advanced

Complete Guide to Serverless Architecture

Decide when to go serverless and when not to. Covers FaaS patterns, event-driven design, cold...

advanced

Complete Guide to Serverless Databases

Choose and operate serverless databases for event-driven applications. Covers DynamoDB, Aurora...

No results found.