Serverless function like AWS Lambda is great. They are modular, event-driven, and scales well without provisioning or managing servers. Though, in the real world, you are more likely to want to execute a series of functions, or run them in parallel, or retry certain fail functions, etc. …