Lambda Proxy Integration

Hello,

My company has been using Kong for a while now and we just faced and issue here regarding AWS Lambda plugin which is the first time we use it.

We would like to properly handle status code inside our Lambda function, similar to what is possible to do nowadays when integrating AWS Lambda with AWS API Gateway in proxy mode. In that integration it is possible to call the callback function/return the desired status code to be handled by the AWS API Gateway but it is not possible to do with Kong as it uses the same status code returned by the Lambda function which will always be 200 if no default Lambda error occurs.

This is limiting us to handle API requests properly, regarding its HTTP status code.

Are there any ways to overcome this limitation? Is it planned to be shipped soon or something like that?

Thanks!