Process Flow - Lambda with API Gateway pattern
Client sends HTTP request
API Gateway receives request
API Gateway triggers Lambda function
Lambda function executes code
Lambda returns response to API Gateway
API Gateway sends HTTP response to client
This flow shows how a client request goes through API Gateway to trigger a Lambda function, which processes and returns a response back through API Gateway to the client.