What is the translation of " LAMBDA-PROXY-INTEGRATION " in English?

Examples of using Lambda-proxy-integration in German and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
Testen einer API mit Lambda-Proxy-Integration.
Test an API with Lambda Proxy Integration.
Aber eine Lambda-Proxy-Integration ist leistungsstärker, wenn sie über eine allgemeine Proxy-Ressource für eine API-Methode konfiguriert wird.
But a Lambda proxy integration is more potent when it is configured for an API method involving a generic proxy resource.
Erstellen einer API mit Lambda-Proxy-Integration.
Create an API with Lambda Proxy Integration.
Bei diesem, auch als Lambda-Proxy-Integration bezeichneten Integrationstyp, legen Sie weder die Integrationsanforderung noch die Integrationsantwort fest.
With this type of integration, also known as the Lambda proxy integration, you do not set the integration request or the integration response.
C -Funktion für eine API mit Lambda-Proxy-Integration.
C Function for an API with Lambda Proxy Integration.
Im Vergleich zum Einrichten der Lambda-Proxy-Integration ist eine benutzerdefinierte Lambda-Integration wesentlich aufwendiger.
Compared to the setup for the Lambda proxy integration, it is much more involved to set up a Lambda custom integration..
Node.js-Funktion für eine API mit Lambda-Proxy-Integration.
Node. js Function for an API with Lambda Proxy Integration.
Bei der Lambda-Proxy-Integration ist in API Gateway die Backend-Lambda-Funktion erforderlich, um Ausgaben gemäß dem folgenden JSON-Format zurückzugeben.
With the Lambda proxy integration, API Gateway requires the backend Lambda function to return output according to the following JSON format.
Erstellen eines Backends für eine API mit Lambda-Proxy-Integration.
Create a Backend for an API with Lambda Proxy Integration.
Die Amazon API Gateway Lambda-Proxy-Integration ist ein einfacher, leistungsstarker und schlanker Mechanismus für die Entwicklung einer API über die Einrichtung einer einzelnen API-Methode.
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.
Einrichten einer Proxy-Ressource mit der Lambda-Proxy-Integration.
Set up a Proxy Resource with the Lambda Proxy Integration.
Die Lambda-Integration oder die Lambda-Proxy-Integration sind ein Sonderfall, in dem der Aufruf der Lambda-Funktion über die API Gateway-API durchgeführt wird.
The Lambda integration or the Lambda proxy integration is a special case, where the Lambda function invocation is exposed through the API Gateway API.
In diesem Abschnitt zeigen wir, wie Sie mit AWS CLI eine API mit der Lambda-Proxy-Integration einrichten.
In this section,we show how to use AWS CLI to set up an API with the Lambda proxy integration.
Die Lambda-Proxy-Integration, die in der API Gateway-REST-API durch AWS_PROXY ausgewiesen ist, dient der Integration einer Methodenanforderung mit einer Lambda-Funktion im Backend.
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.
Für mehr Flexibilität, ähnlich wie bei der Proxy-Integration, können Sie eine Lambda-Proxy-Integration einrichten.
For more flexibility, similar to the proxy integration, you can set up a Lambda proxy integration.
Bei der Lambda-Proxy-Integration übergibt API Gateway das von einem Lambda-Genehmiger zurückgegebene context -Objekt direkt an die Backend-Lambda-Funktion als Teil vom Eingabe event.
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.
API Gateway sendet die gesamte Anforderung für die Lambda-Proxy-Integration als Eingabe für eine Backend-Lambda-Funktion.
For the Lambda proxy integration, API Gateway sends the entire request as an input to a backend Lambda function.
Ein Beispiel zum Analysieren der Eingabe für einen LambdaREQUEST-Genehmiger in Java finden Sie unter Java-Funktion für eine API mit Lambda-Proxy-Integration.
For example to parse the input to a Lambda REQUESTauthorizer in Java, see Java Function for an API with Lambda Proxy Integration.
Um eine API mit der Lambda-Integration zu erstellen, können Sie entweder die Lambda-Proxy-Integration oder die benutzerdefinierte Lambda-Integration nutzen.
To build an API with Lambda integrations, you can use either the Lambda proxy integration or the Lambda custom integration..
Verwenden Sie in jedem Fall das Code-Beispiel für die angegebene Laufzeit wiehier Erstellen von Lambda-Funktionen für eine API mit der Lambda-Proxy-Integration angegeben.
In any case, use the code example of the specified runtime asspecified in Create Lambda Functions for an API with Lambda Proxy Integration here.
Bei der Lambda-Proxy-Integration einer Proxy-Ressource über die Methode ANY dient die einzelne Backend-Lambda-Funktion als Ereignishandler für alle Anfragen über die Proxy-Ressource.
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.
API Gateway aktiviert bestimmte Einschränkungen undBegrenzungen bei der Verwaltung von Methoden mit einer Lambda-Proxy-Integration oder einer HTTP-Proxy-Integration.
API Gateway enacts certain restrictions andlimitations when handling methods with either a Lambda proxy integration or an HTTP proxy integration..
Mit der Lambda-Proxy-Integration kann die Eingabe für die integrierte Lambda-Funktion als Kombination von Abfrage-Headern, Pfadvariablen, Parametern für Abfragezeichenfolgen und Textkörper dargestellt werden.
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.
Weitere Informationen finden Sie unter Konfigurieren eines kontoübergreifenden Lambda-Genehmigers mithilfe der API Gateway-Konsole undErstellen einer API Gateway-API mit kontoübergreifender Lambda-Proxy-Integration.
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.
Die Lambda-Funktion muss jedoch mit der Lambda-Proxy-Integration ein Ergebnis dieses Ausgabeformats für API Gateway zurückgeben, um die Integrationsantwort einer Methodenantwort erfolgreich zuzuweisen.
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.
Detaillierte Anweisungen zum Verwenden der API Gateway-Konsole zur Konfiguration einer Proxyressource mit der Lambda-Proxy-Integration finden Sie unter Erstellen einer API Gateway-API mit Lambda-Proxy-Integration.
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.
Die Themen Erstellen einer API Gateway-API mit Lambda-Proxy-Integration und Erstellen einer API Gateway-API mit Lambda-Integration beschreiben, wie eine API Gateway-API für die Bereitstellung der integrierten Lambda-Funktion erstellt wird.
Both the Build an API Gateway API with Lambda Proxy Integration and Build an API Gateway API with LambdaIntegration topics describe how to create an API Gateway API to expose the integrated Lambda function.
Ebenso können Sie die Lambda-Proxy-Integration auf eine Proxy-Ressource von /api/{proxy+} anwenden, um eine einzelne Integration einzurichten, so dass eine Backend-Lambda-Funktion individuell auf Änderungen an einer der API-Ressourcen unter /api reagiert.
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.
Results: 28, Time: 0.0178

Top dictionary queries

German - English