This isn’t my area of expertise, but it sounds like the core innovation is that one compute worker can handle multiple requests like a traditional server would, but they’ll scale down a lot faster than you’d get with an EC2 instance for example.<p>Is that right?
i'm curious how it work.<p>because provider like aws lambda wont give you vertical scaling since they can't guarantee resources request.<p>so i guess they are mixing it to a pool (serverless + microvm) ?