AWS Lambda
aws service
Amazon Web Services serverless computing service
Pricing model
pay-per-use
Free tier: 1M requests/month, 400,000 GB-seconds
Pros and Cons
Ventajas
- + No server management
- + Automatic scaling
- + Pay per use
- + AWS services integration
Desventajas
- - Cold starts
- - Execution limits
- - Debugging can be difficult
Casos de Uso
- Serverless APIs
- Event processing
- Automation
- Application backend