How does API Gateway communicate with AWS Lambda functions?

  • Via HTTP requests
  • Via SSH tunnels
  • Via TCP/IP sockets
  • Via WebSocket connections
API Gateway communicates with AWS Lambda functions via HTTP requests, forwarding requests from clients to the corresponding Lambda functions.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *