Computer Science, asked by ankita2me, 1 month ago

When configuring a new API method in API Gateway using the Mock integration type, which configuration setting requires no changes?

Answers

Answered by jagannathpandey9899
1

Answer:

PDF. Amazon API Gateway supports mock integrations for API methods. This feature enables API developers to generate API responses from API Gateway directly, without the need for an integration backend

Answered by utsrashmi014
3

Concept

  • A link between computers or between computer programmed is known as an application programming interface.
  • It is a kind of software interface that provides a service to other software programmes.
  • An API specification is a document or industry standard that outlines how to create or use such a connection or interface.

Explanation

  • An integration response, which is an HTTP response, contains the backend response.
  • An HTTP response is the backend response for an HTTP endpoint.
  • Both the backend-returned status code and the backend-returned payload may be utilised in the integration response body and status codes, respectively.

Hence when configuring a new API method in API Gateway using the Mock integration type Integration Response configuration setting requires no changes

#SPJ3

Similar questions