What is the translation of " LAMBDA AUTHORIZER " in French?

Examples of using Lambda authorizer in English and their translations into French

{-}
  • Colloquial category close
  • Official category close
IAM Policy for Cross-Account Lambda Authorizer.
Stratégie IAM pour le mécanisme d'autorisation Lambda entre comptes.
You have a Lambda authorizer return the API key as part of the authorization response.
Un mécanisme d'autorisation Lambda renvoie la clé d'API dans le cadre de la réponse d'autorisation.
Control a Lambda Function of a Lambda Authorizer.
Contrôle d'une fonction Lambda d'un mécanisme d'autorisation Lambda.
You must have created a Lambda authorizer to have this choice displayed in the drop-down menu.
Pour que ce choix s'affiche dans le menu déroulant, vous devez avoir créé un mécanisme d'autorisation Lambda.
The following example sets the type of a Lambda authorizer using OAuth 2.
L'exemple suivant définit le type d'un mécanisme d'autorisation Lambda à l'aide d'OAuth 2.
To use a Lambda authorizer, choose one under Token authorizer..
Pour utiliser un mécanisme d'autorisation Lambda, choisissez-en un sous Token authorizer Mécanisme d'autorisation à jeton.
The following shows example output from the example Lambda authorizer.
Notre exemple de mécanisme d'autorisation Lambda renvoie l'exemple de sortie suivant.
For requests using a Lambda authorizer, you can pass$context.
Pour les demandes qui utilisent un mécanisme d'autorisation Lambda, vous pouvez transmettre $context.
The next procedure shows how to configure an API method to use the Lambda authorizer.
La procédure suivante montre comment configurer une méthode d'API pour utiliser le mécanisme d'autorisation Lambda.
You can do this by using IAM permissions, a Lambda authorizer, or an Amazon Cognito user pool.
Pour ce faire, vous devez définir des autorisations IAM, un mécanisme d'autorisation Lambda ou un groupe d'utilisateurs Amazon Cognito.
The API client must include a header of this name to send the authorization token to the Lambda authorizer.
Le client d'API doit inclure un en-tête portant ce nom pour envoyer le jeton d'autorisation au mécanisme d'autorisation Lambda.
For information on how to create a Lambda authorizer, see Use API Gateway Lambda Authorizers.
Pour plus d'informations sur la création d'un mécanisme d'autorisation Lambda, consultez Utilisation de mécanismes d'autorisation Lambda API Gateway.
For more information aboutthe authorizer's output format, see Output from an Amazon API Gateway Lambda Authorizer.
Pour plus d'informations sur le format de la sortie du mécanisme d'autorisation,consultez Données de sortie d'un mécanisme d'autorisation Lambda Amazon API Gateway.
When a client calls your API,API Gateway verifies whether a Lambda authorizer is configured for the API method.
Lorsqu'un client appelle votre API,API Gateway vérifie si un mécanisme d'autorisation Lambda est configuré pour cette méthode d'API.
A Lambda authorizer function's output must include the principal identifier( principalId) and a policy document( policyDocument) containing a list of policy statements.
La sortie de la fonction du mécanisme d'autorisation Lambda doit inclure l'identifiant principal( principalId) et un document de stratégie( policyDocument) contenant la liste des instructions de stratégie.
Set up API methods to require an API key and enable the Lambda authorizer on the methods as well.
Configurez des méthodes d'API pour exiger une clé d'API et activer le mécanisme d'autorisation Lambda sur les méthodes.
The response shows that the API Gateway Lambda authorizer returns a 403 Forbidden response without authorizing the call to access the HTTP endpoint.
La réponse montre que le mécanisme d'autorisation Lambda API Gateway renvoie une réponse 403 Interdit sans autoriser l'appel à accéder au point de terminaison HTTP.
You can do so in the Lambda console,using the code template available from the API Gateway Lambda Authorizer blueprint.
Vous pouvez le faire dans la console Lambda,en utilisant le modèle de code disponible à partir du plan de mécanisme d'autorisation Lambda API Gateway.
In addition to returning an IAM policy, the Lambda authorizer function must also return the caller's principal identifier.
En plus de renvoyer une stratégie IAM, la fonction du mécanisme d'autorisation Lambda doit également renvoyer l'identifiant principal de l'appelant.
These instructions assume that you already have an API Gateway API in one AWS account and a Lambda authorizer function in another account.
Ces instructions supposent que vous disposez déjà d'une API API Gateway dans un compte AWS et d'une fonction de mécanisme d'autorisation Lambda dans un autre compte.
Results: 73, Time: 0.0516

How to use "lambda authorizer" in a sentence

The API Gateway expects the Lambda Authorizer to return an object that can be serialised into a PolicyDocument (Json) like below.
Path parameters can be passed as request parameters to the Lambda authorizer function, but they cannot be used as identity sources.
Also, if you work with a third party, you have to write a Lambda authorizer to implement a bearer token–based authorization scheme.
A Lambda authorizer (formerly known as a custom authorizer) is an API Gateway feature that uses a Lambda function to control access to your API.
A Lambda Authorizer (formerly known as a custom authorizer) placed on an API Gateway is a Lambda function that controls access to your API endpoints.
Next, JWT is validated by AWS Lambda authorizer function and is checked against IAM policy in Amazon Cognito if user is authorized to perform operation.
Important milestone this morning: managed to set up an AWS API Gateway endpoint with a Lambda authorizer and a Lambda implementation without resorting to a tantrum.
If caching is enabled in the authorizer settings, API Gateway also caches the policy so that the Lambda authorizer function doesn't need to be invoked again.
It is possible to use an AWS Lambda function from an AWS account that is different from the one in which you created your Lambda authorizer function.

Word-for-word translation

Top dictionary queries

English - French