AWS Lambda durable functions let you write long-running processes that survive crashes and suspend compute entirely while waiting for external events. Getting them right requires understanding how replay works and the distinct failure modes of durable functions. Here’s what we’ve learned from running durable functions for real.
Lambda durable functions: Real implementation notes
calendar_today
March 4, 2026
domain
depot-dev