Exemples d'utilisation de The lambda proxy en Anglais et leurs traductions en Français
{-}
-
Colloquial
-
Official
For the Lambda proxy integration, the value is AWS_PROXY.
Set up a Proxy Resource with the Lambda Proxy Integration.
With the Lambda proxy integration, Lambda is required to return an output of the following format.
This resource is integrated with the function using the Lambda proxy integration.
With the Lambda proxy integration, the Lambda function must return output of the following format.
In this section,we show how to use AWS CLI to set up an API with the Lambda proxy integration.
The Lambda proxy integration allows the client to call a single Lambda function in the backend.
The Lambda proxy integration supports a streamlined integration setup with a single Lambda function.
For a Lambda function,you can have the Lambda proxy integration, or the Lambda custom integration.
Finally, we create a response object to illustrate the basic output format required of the Lambda proxy integration.
Unlike the Lambda proxy integration, there is no corresponding proxy integration for other AWS services.
To build an API with Lambda integrations,you can use either the Lambda proxy integration or the Lambda custom integration.
For the Lambda proxy integration, API Gateway sends the entire request as an input to a backend Lambda function.
For detailed instructions about using the API Gateway console to configure a proxy resource with the Lambda proxy integration, see Build an API Gateway API with Lambda Proxy Integration.
Compared to the setup for the Lambda proxy integration, it is much more involved to set up a Lambda custom integration.
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.
With this type of integration,also known as the Lambda proxy integration, you do not set the integration request or the integration response.
With the Lambda proxy integration, API Gateway requires the backend Lambda function to return output according to the following JSON format.
Because API Gateway doesn't intervene very muchbetween the client and the backend Lambda function for the Lambda proxy integration, the client and the integrated Lambda function can adapt to changes in each other without breaking the existing integration setup of the API.