Lambda Functions
Lambda, or Cloud Functions, is a type of serverless deployment intended for small, short-lived tasks that can scale up and down very rapidly. While asynchronous frameworks have limited support in this area in 2021, they are widely used with synchronous code as the way they are run means that the responsiveness is controlled by the sheer number of them that can run simultaneously.