Matthieu Napoli wrote a nice tutorial on how to build a serverless Laravel app.

serverless laravel

Serverless basically means "Running apps without worrying about servers". The main difference with a traditional hosting is that you do not maintain the servers and reserve their capacity. They are scaled up or down automatically and you pay only for what you use.