I have a requirement where Salesforce will make a REST call to the API which is behind a AWS Api Gateway. I want to know if AWS Api Gateway support Mutual TLS(i.e. if Salesforce presents it TLS cert, can AWS Api Gateway validate it)?
AWS Api GAteway docs mention about Mutual TLS with Backend service, but my requirement is to have Mutual TLS with Salesforce which is a Front end service.
The call will be in this flow... Salesforce(Http Call) ---> AWS Api Gateway(Api) ---> Lambda