In this video you’ll learn how to write recursive Node.js JavaScript Lambda functions which call themselves.

AWS Lambda functions are a great way to execute short-running processes without worrying about what hardware they’re going to run on. Sometimes though, we have a requirement to execute a longer-lived process, but unfortunately AWS imposes a 15 minute execution limit.

See the code for this example in the GitHub gist : https://gist.github.com/tkgregory/8cba611bc6edfa3c6744cea97a4662b6

View this video in written format on : https://tomgregory.com/recursive-aws-lambda-functions-in-node-js-javascript/

#Lambda #aws #nodejs #javascript

Recursive AWS Lambda Functions in Node.js JavaScript
1 Likes13.30 GEEK