Why AWS Lambda
Why AWS LamdaΒΆ
- AWS EC2
- Virtual Servers in the Cloud
- Limited by [[RAM]] and [[CPU]]
- Continuously running
- Scaling means intervention to add / remove servers
- AWS Lambda
- Virtual functions - no servers to manage
- Limited by time - short executions
- Run on-demand
- Scaling is automated