Serverless Computing
- eliminates the need to manage the infrastructure (including servers, os). 
- the cloud service provider automatically provisions, scales, and manages the infrastructure required to run the code. 
- highly scalable and event-driven 
- only using resources when a specific function or trigger occurs. 
Last updated
Was this helpful?