Process Flow - Lambda integration
Client Request
API Gateway receives request
API Gateway triggers Lambda function
Lambda function executes code
Lambda returns response
API Gateway sends 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 to the client.