jeremydaly / lambda-api

Lightweight web framework for your serverless applications
https://serverless-api.com
MIT License
1.41k stars 125 forks source link

Is it possible to implement mtls? #218

Closed glauberalmeida closed 1 year ago

glauberalmeida commented 1 year ago

How to configure certificates for mTLS connection in LambdaAPI?

naorpeled commented 1 year ago

First of all, sorry for the huge delay.

We currently don't have any utils that would really help with implementing this, will give this some thought though because it would be very helpful.

I recommend taking a look at this repo, although it's implemented with Java, it should give a general overview on how to do so.

I'll be closing this issue but feel free to ping me if you have any further questions.

glauberalmeida commented 6 months ago

Would it be possible to include this implementation in the roadmap?