Process Flow - Lambda execution model
Event triggers Lambda
Lambda service receives event
Check for existing container
Reuse container
Run handler code inside container
Return response or error
Container kept warm or terminated
This flow shows how AWS Lambda receives an event, checks for a container to run the code, executes the handler, and then either keeps the container ready or ends it.