Cloud Computing Pay-per-use (free tier: 1M requests/month)
AWS Lambda
Serverless compute service that runs code in response to events, ideal for API endpoints and data processing.
Overview
AWS Lambda allows you to run Python code without managing servers. Use it to host your recommendation API, process incoming wearable data, and trigger notifications. Integrates with API Gateway for REST endpoints.