1 Answer
- Newest
- Most votes
- Most comments
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.
Relevant content
- asked 3 years ago
- asked 2 years ago
- asked 2 months ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 10 months ago
Hello, is there a custom way to implement with a Function URL using python./fast-api as the backend?