Serverless means your code is not being hosted on any server until you’re trying to execute it. Then the provider would send your function to one of their available servers to execute. When you stop executing it for a short while, it will get removed from the server. Now your function is serverless again.
State of serverless means you’re not being billed when the function is not executing.
Latest Answers