# Serverless means per-request billing An interesting way to look at serverless development is to consider that it transforms the costs into per-request billing. The application's code wakes up upon every request and you get charged for the resources consumed. This is drastically different from the classic "bring-your-own-server" model where you pay for the servers whether they're used or not.