Examples of using Proxy resource in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Set the ANY method on the proxy resource.
Use a Proxy Resource to Streamline API Setup.
An API can have more than one proxy resource.
A proxy resource cannot have any child resource. .
The run-time instances of the ANY method and proxy resource are both valid.
Set up a Proxy Resource with the Lambda Proxy Integration.
For more information, see Set up a Proxy Integration with a Proxy Resource.
Create a proxy resource with a greedy path variable of{ proxy. .
Enabling a proxy integration with an HTTP or Lambda backend through a proxy resource of an API.
Closely associated with the proxy resource, API Gateway supports an HTTP method of ANY.
A proxy resource is expressed by a special path parameter of{proxy+}, often referred to as a greedy path parameter.
Select the Configure as proxy resource option to create a proxy resource. .
For more information on API Gateway proxy integration, see Set up a Proxy Integration with a Proxy Resource.
Now create an API with a proxy resource for a Lambda function by using the API Gateway console.
The following procedure walks you through the steps to create andtest an API with a proxy resource for an HTTP backend using the API Gateway console.
Create a proxy resource with a greedy path parameter of the form{proxy+} and the catch-all ANY method.
The following example integrates the ANY method on a proxy resource,{proxy+}, with a Lambda function, TestSimpleProxy.
The proxy resource is integrated with an HTTP or Lambda backend using the HTTP or Lambda proxy integration, respectively.
To avoid this, you can use an API Gateway proxy resource to expose a set of API resources all at once.
A proxy resource is most powerful when it is integrated with a backend using either the HTTP proxy integration or Lambda proxy integration.
For detailed instructions about using the API Gateway console to configure a proxy resource with the HTTP integration, see Build an API with HTTP Proxy Integration.
When a proxy resource has non-proxy siblings, the sibling resources are excluded from the representation of the proxy resource.
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.
As with a non-proxy resource, you can set up a proxy resource with the HTTP proxy integration by using the API Gateway console, importing a Swagger definition file, or calling the API Gateway REST API directly.
API Gateway defines a proxy resource as a placeholder for a resource to be specified when the request is submitted.
The following example creates a proxy resource to enable clients to call a Lambda function with a single integration setup on a catch-all ANY method.
Combining the ANY method with a proxy resource, you get a single API method setup for all of the supported HTTP methods against any resources of an API.
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.
When applying the HTTP proxy integration to a proxy resource, you can set up your API to expose a portion or an entire endpoint hierarchy of the HTTP backend with a single integration setup.
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.