AWS Lambda runs code without provisioning servers. You pay only for compute time consumed. Lambda automatically scales from a few requests per day to thousands per second.
Your code packaged with configuration. Includes runtime, handler, memory, timeout, and IAM role.
| Synchronous | Caller waits for response | API Gateway, direct invoke | | Asynchronous | Fire and forget | S3, SNS, EventBridge | | Poll-based | Lambda polls source | SQS, Kinesis, DynamoDB Streams |
Funzioni serverless di AWS Lambda per il calcolo basato sugli eventi. Da utilizzare durante la creazione di funzioni, la configurazione di trigger, il debug delle chiamate, l'ottimizzazione degli avviamenti a freddo, l'impostazione delle mappature delle origini eventi o la gestione dei livelli. Fonte: itsmostafa/aws-agent-skills.