-
Notifications
You must be signed in to change notification settings - Fork 3
API Gateway Synchronous Invocation
Tharanga edited this page Jun 2, 2018
·
3 revisions
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.