Other attributes
A serverless framework is an event-driven, ephemeral and stateless cloud-based architecture that dynamically allocates machine resources. The main difference between serverless and serverful applications is that serverless applications come with built-in server management. That means they still exist and function as designed, but you are free from the maintenance burden associated with maintaining and managing servers, ie, managing availability, scalability, redundancy, uptime, orchestration, and all many other things that are important to modern web applications. Serverless architecture performs computations without having to manage machine resource allocation.