The core idea for serverless is to specify a strategy for creating new webservers, instead of starting them yourself. That way if your product gets a huge burst of traffic, your cloud provider can start many copies of the webserver, and turn them off as the traffic subsides.