Examples of using Proxy integration in English and their translations into French
{-}
-
Colloquial
-
Official
see Set up a Proxy Integration with a Proxy Resource.
Unlike the Lambda proxy integration, there is no corresponding proxy integration for other AWS services.
similar to the proxy integration, you can set up a Lambda proxy integration.
For more information on API Gateway proxy integration, see Set up a Proxy Integration with a Proxy Resource.
configure the test event to take the required Lambda proxy integration request input.
You can integrate an API method with a Lambda function using Lambda proxy integration or Lambda custom integration. .
The following example shows an input to a REQUEST authorizer for an API method( GET/request) with a proxy integration.
Setting up a Lambda custom integration is more involved than setting up the Lambda proxy integration and the existing setup is likely to be inoperable when the backend Lambda function requires changes in its input or output.
For more information about Lambda proxy integration and a sample Lambda function, see Create an API with Lambda Proxy Integration through a Proxy Resource in the API Gateway Developer Guide.
you can use an HTTP proxy integration to create an API of a single API method.
With the Lambda proxy integration of a proxy resource through the ANY method, the single backend
The HTTP proxy integration, designated by HTTP_PROXY in the API Gateway REST API, is for integrating a method request with a backend HTTP endpoint.
When applying the HTTP proxy integration to a proxy resource,
The Lambda proxy integration, designated by AWS_PROXY in the API Gateway REST API, is for integrating a method request with a Lambda function in the backend.
However, with the Lambda proxy integration, the Lambda function must return a result of this output format for API Gateway to successfully map the integration response to a method response.
For more information about the Lambda proxy integration input and output formats, see Input Format of a Lambda Function for Proxy Integration and Output Format of
In addition to the proxy integration setup steps, you also specify how the incoming request data is mapped
The Lambda function for the Lambda proxy integration, in contrast, can take the input from any request data,
you can set up a proxy resource with the HTTP proxy integration by using the API Gateway console,
The proxy integration is most commonly used with a proxy resource,