Lambda
Serverless Compute
Facts
- Priced on the amount of memory assigned combined with the duration of execution
- Scales out automatically
- Each event triggers a unique instance of a lambda function
- One function can trigger one or more other functions
- X-ray can be used to debug serverless applications
- Lambda can perform operations globally
- Lambda Triggers