How do serverless apps scale?
https://watch-aws-lambda-scale.com ✨
I built this website to *show* how AWS Lambda scales in real-time.
Play with it and watch it scale in response to your requests. It's all live.
How do serverless apps scale?
https://watch-aws-lambda-scale.com ✨
I built this website to *show* how AWS Lambda scales in real-time.
Play with it and watch it scale in response to your requests. It's all live.
Every gray bar is an AWS Lambda instance (kinda like a container).
Every orange block is an invocation: code runs to handle a request.
The Lambda app here just `sleep()` 0 to 1s. And it forwards events (start/end/etc.) via websocket to the React frontend (the visualization).