0 votes
by

You are a developer that has recently been hired for your API expertise. The company is currently using API Gateway services for development. You need to control the behavior of an API's front-end interactions.  Which of the following could be done to achieve this? (Select TWO.)

1 Answer

0 votes
by
Answer - A and C.

This is also mentioned in the AWS Documentation.

As an API developer, you control the behaviors of your API's frontend interactions by configuring the method request and a method response.

You control the behaviors of your API's backend interactions by setting up the integration request and integration response.

These involve data mappings between a method and its corresponding integration.

Options B and D are incorrect since these are used to control the behaviors of your API's backend interactions.

Related questions

0 votes
asked Apr 17 in AWS by DavidAnderson
0 votes
asked Apr 17 in AWS by DavidAnderson
...