News

AWS recently announced a recursion control feature in AWS Lambda that detects and stops Lambda functions running in a recursive or infinite loop.
However, recursion gives you the ability to write loops without using mutability, and to my mind mutability is much more powerful than recursion.
AWS recently announced a recursion control feature in AWS Lambda that detects and stops Lambda functions running in a recursive or infinite loop.