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
preguntada hace 2 años991 visualizaciones
1 Respuesta
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
EXPERTO
Uri
respondido hace 2 años
profile picture
EXPERTO
revisado hace un mes
  • Hello, is there a custom way to implement with a Function URL using python./fast-api as the backend?

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas