Open
Description
Currently it appears we have no way to attach ClientCertification to an API using SAM.
In native CloudFormation, we can use AWS::ApiGateway::Stage resource type and use ClientCertificateId property. However, since we are using AWS::Serverless::Api and this creates AWS::ApiGateway::Stage, it will be difficult to use ClientCertificateId property.
Please advice if we have any way we can implement this one.