What is the translation of " LAMBDA PROXY INTEGRATION " in German?

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

{-}
  • 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
Test an API with Lambda Proxy Integration.
Testen einer API mit Lambda-Proxy-Integration.
In this section,we show how to use AWS CLI to set up an API with the Lambda proxy integration.
In diesem Abschnitt zeigen wir, wie Sie mit AWS CLI eine API mit der Lambda-Proxy-Integration einrichten.
Create an API with Lambda Proxy Integration.
Erstellen einer API mit Lambda-Proxy-Integration.
For more flexibility, similar to the proxy integration, you can set up a Lambda proxy integration.
Für mehr Flexibilität, ähnlich wie bei der Proxy-Integration, können Sie eine Lambda-Proxy-Integration einrichten.
Leave the Use Lambda Proxy integration box unchecked.
Lassen Sie das Feld Use Lambda Proxy integration leer, um die benutzerdefinierte Lambda-Integration zu verwenden.
Python Function for an API with Lambda Proxy Integration.
Python-Funktion für eine API mit Lambda-Proxy-Integration.
Unlike the Lambda proxy integration, there is no corresponding proxy integration for other AWS services.
Im Gegensatz zur Lambda-Proxy-Integration gibt es keine entsprechende Proxy-Integration für andere AWS-Services.
C Function for an API with Lambda Proxy Integration.
C -Funktion für eine API mit Lambda-Proxy-Integration.
For the Lambda proxy integration, API Gateway sends the entire request as an input to a backend Lambda function.
API Gateway sendet die gesamte Anforderung für die Lambda-Proxy-Integration als Eingabe für eine Backend-Lambda-Funktion.
Create Lambda Functions for an API with Lambda Proxy Integration.
Erstellen von Lambda-Funktionen für eine API mit der Lambda-Proxy-Integration.
Compared to the setup for the Lambda proxy integration, it is much more involved to set up a Lambda custom integration..
Im Vergleich zum Einrichten der Lambda-Proxy-Integration ist eine benutzerdefinierte Lambda-Integration wesentlich aufwendiger.
For example to parse the input to a Lambda REQUESTauthorizer in Java, see Java Function for an API with Lambda Proxy Integration.
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.
But a Lambda proxy integration is more potent when it is configured for an API method involving a generic proxy resource.
Aber eine Lambda-Proxy-Integration ist leistungsstärker, wenn sie über eine allgemeine Proxy-Ressource für eine API-Methode konfiguriert wird.
You can integrate anAPI method with a Lambda function using Lambda proxy integration or Lambda custom integration..
Sie können eine API-Methode mit einer Lambda-Funktion mithilfe der Lambda-Proxy-Integration oder der benutzerdefinierten Lambda-Integration integrieren.
With the Lambda proxy integration, API Gateway requires the backend Lambda function to return output according to the following JSON format.
Bei der Lambda-Proxy-Integration ist in API Gateway die Backend-Lambda-Funktion erforderlich, um Ausgaben gemäß dem folgenden JSON-Format zurückzugeben.
To build an API with Lambda integrations, you can use either the Lambda proxy integration or the Lambda custom integration..
Um eine API mit der Lambda-Integration zu erstellen, können Sie entweder die Lambda-Proxy-Integration oder die benutzerdefinierte Lambda-Integration nutzen.
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.
Wenn ein Client mit der Lambda Proxy-Integration eine API-Anforderung sendet, übergibt API Gateway die unveränderte Anforderung an die integrierte Lambda-Funktion.
API Gateway enacts certain restrictions andlimitations when handling methods with either a Lambda proxy integration or an HTTP proxy integration..
API Gateway aktiviert bestimmte Einschränkungen undBegrenzungen bei der Verwaltung von Methoden mit einer Lambda-Proxy-Integration oder einer 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.
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.
In any case, use the code example of the specified runtime asspecified in Create Lambda Functions for an API with Lambda Proxy Integration here.
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.
The Lambda integration or the Lambda proxy integration is a special case, where the Lambda function invocation is exposed through the API Gateway API.
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.
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.
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.
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.
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.
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.
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 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.
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.
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.
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.
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.
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, the input to the integrated Lambda function can be expressed as any combination of request headers, path variables, query string parameters, and body.
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.
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.
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.
Results: 29, Time: 0.0359

Word-for-word translation

Top dictionary queries

English - German