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
질문됨 2년 전991회 조회
1개 답변
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
전문가
Uri
답변함 2년 전
profile picture
전문가
검토됨 한 달 전
  • Hello, is there a custom way to implement with a Function URL using python./fast-api as the backend?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠