Process Flow - Event triggers for Lambda
Event Occurs
Event Source Detects
Trigger Lambda Function
Lambda Executes Code
Lambda Returns Result
Process Complete
When an event happens, the event source detects it and triggers the Lambda function to run its code and return a result.