Kong + Lambda Plugin - how to enable retries?

Hi there,
I have a Kong service that uses the AWS Lambda plugin to call a function (RequestResponse).
It occurs that, from what I understood, there’s no way to enable retries as Lambda always returns OK.
Even with a transformation plugin to generate the actual status (reading from the status property in the response json), I can’t make retries work.

Are there any plugins to enable retries for Lambda calls?