Mutual TLS for AWS Lambda Function URL

0

Is there a way to enable mutual TLS for AWS Lambda function URLs? I would like to do the following

  • enforce client side TLS cert/key
  • enforce that the client cert is generated from a particular CA (i.e. root CA)
  • (optionally) enforce a check on the CN string of the cert (to allow on certain clients to come in)

1st and 2nd is already supported in AWS ApiGateway.

AK
posta 2 anni fa991 visualizzazioni
1 Risposta
0

Lambda function URLs are intended to be very lightweight way if invoking Lambda functions. They have limited capabilities, mutual TLS is not one of them.

If you need mutual TLS you should use API Gateway instead.

profile pictureAWS
ESPERTO
Uri
con risposta 2 anni fa
profile picture
ESPERTO
verificato un mese fa
  • Hello, is there a custom way to implement with a Function URL using python./fast-api as the backend?

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande