
AWS Lambda Durable Functions: From Zero to Hero
AWS Lambda Durable Functions allow you to build long-running, stateful workflows that can run for up...
Tag archive

AWS Lambda Durable Functions allow you to build long-running, stateful workflows that can run for up...
Here is how a lot of agents are still written today: def run_agent(task): state = State(task) ...

I recently posted a small code snippet in a LinkedIn poll and asked what sounded like a simple...

Hi all! AWS have announced yet another AWS Lambda feature release. In this post I will be covering...
AWS Lambda Durable Functions: Build...

Understanding the checkpoint-based execution that makes long-running workflows possible You write an...

How to configure, build, and deploy long-running workflows using SAM templates You've written a...

Long-running workflows without managing infrastructure Your Lambda function needs to wait for a...

How to write fast, reliable tests for workflows that span hours Testing long-running workflows is...

Modern web apps often need more than just simple API endpoints. You need logic. Not just any logic,...
You've begun writing tests, great! Now what tests do you write?