Skip to content

API Gateway Synchronous Invocation

Tharanga edited this page Jun 2, 2018 · 3 revisions

Synchronous Invocation By default API Gateway behave as synchronous http-interface. When user send request API Gateway ,the request-handle keep awaiting the request until response come. Response must be received within the mentioned time-out period otherwise API Gateway send timeout error response to user.. The timeout period is mentioned when route endpoint create.

Clone this wiki locally