Lambda Notes
Lambda Notes
1. AWS Lambda is a serverless compute service that lets you run code without provisioning or
managing servers.
2. It supports multiple languages, including Python, Node.js, Java, Ruby, Go, and .NET Core.
4. You are charged only for the compute time consumed - no charges when your code is not
running.
5. Key Components:
b. Event Source: The AWS service or custom app that triggers the function.
b. Backends for APIs: Use with API Gateway for serverless web services.
7. Limits: