leftclickben / serverless-api-stage

AWS API Gateway stage plugin for serverless framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for ClientCertificateId

icj217 opened this issue · comments

It would be nice to be able to specify a ClientCertificateId value since this is a stage setting. It seems like it would just require an additional line to be added here:

Variables: stageSettings.Variables || {},

along the lines of:
ClientCertificateId: stageSettings.ClientCertificateId || {},

Thoughts? Is this possible?

@icj217 Sorry for delay getting back on this, I think that should be possible, I'll take a look

@icj217 Are you able to test using #7? I haven't got anything set up to use client certs to test with.