Examples of using Lambda proxy integration in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Test an API with Lambda Proxy Integration.
In this section,we show how to use AWS CLI to set up an API with the Lambda proxy integration.
Create an API with Lambda Proxy Integration.
For more flexibility, similar to the proxy integration, you can set up a Lambda proxy integration.
Leave the Use Lambda Proxy integration box unchecked.
Python Function for an API with Lambda Proxy Integration.
Unlike the Lambda proxy integration, there is no corresponding proxy integration for other AWS services.
C Function for an API with Lambda Proxy Integration.
For the Lambda proxy integration, API Gateway sends the entire request as an input to a backend Lambda function.
Create Lambda Functions for an 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. .
For example to parse the input to a Lambda REQUESTauthorizer in Java, see Java Function for an API with Lambda Proxy Integration.
But a Lambda proxy integration is more potent when it is configured for an API method involving a generic proxy resource.
You can integrate anAPI method with a Lambda function using Lambda proxy integration or Lambda custom integration. .
With the Lambda proxy integration, API Gateway requires the backend Lambda function to return output according to the following JSON format.
To build an API with Lambda integrations, you can use either the Lambda proxy integration or the Lambda custom integration. .
With the Lambda proxy integration, when a client submits an API request, API Gateway passes to the integrated Lambda function the raw request as-is.
API Gateway enacts certain restrictions andlimitations when handling methods with either a Lambda proxy integration or an HTTP proxy integration. .
Amazon API Gateway Lambda proxy integration is a simple, powerful, and nimble mechanism to build an API with a setup of a single API method.
In any case, use the code example of the specified runtime asspecified in Create Lambda Functions for an API with Lambda Proxy Integration here.
The Lambda integration or the Lambda proxy integration is a special case, where the Lambda function invocation is exposed through the API Gateway API.
For more information, see Configure Cross-Account Lambda Authorizer Using the API Gateway Console andBuild an API Gateway API with Cross-Account Lambda Proxy 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.
For detailed instructions about using the APIGateway console to configure a proxy resource with the Lambda proxy integration, see Build an API Gateway API with Lambda Proxy Integration.
For the Lambda proxy integration, API Gateway passes the context object from a Lambda authorizer directly to the backend Lambda function as part of the input event.
Both the Build an API Gateway API with Lambda Proxy Integration and Build an API Gateway API with Lambda Integration topics describe how to create an API Gateway API to expose the integrated Lambda function.
With the Lambda proxy integration of a proxy resource through the ANY method, the single backend Lambda function serves as the event handler for all requests through the proxy resource.
With the Lambda proxy integration, the input to the integrated Lambda function can be expressed as any combination of request headers, path variables, query string parameters, and body.
Similarly, you can apply the Lambda proxy integration to a proxy resource of/api/{proxy+} to set up a single integration to have a backend Lambda function react individually to changes in any of the API resources under/api.