🎲 Never, Ever Make Recursive Lambda Calls
blog.kochie.io¡6h
Flag this post

Published on 01/08/2025

Written by Robert Koch

6 min read

I was scrolling on Linkedin the other day when I came across a sponsored post with a clickbait headline and while this seems like useful advice for setting appropriate retry limits it doesn’t address the main issue which is recursion is bad - especially in the cloud.

This got me thinking about Lambda best practices and how functions in the cloud should be used. I think due to a general lack of education and “vibe coding” mentality people have built excessively complicated lambda workflows to solve a myriad of problems. A common example I’ve seen around are lambda functions that invoke themself in a recursive mess.

The issue has only gotten worse over the years, to the point where AWS…

Similar Posts

Loading similar posts...