The error module 'kong.tools.responses' not found occurs on initialization
(See trace attached)
It appears that the relevant line may be in kong-plugin-openwhisk/kong/plugins/openwhisk/handler.lua... with the line local responses = require "kong.tools.responses". I'm not a lua developer... so, not in the best position to make a fix and submit a PR...
This Changelog shows the below statement regarding plugins (which is an indication of the issue)
The kong.tools.responses module was removed. Please use kong.response.exit from the PDK instead. You might want to use kong.log.err to log internal server errors as well.
The error
module 'kong.tools.responses' not found
occurs on initialization(See trace attached)
It appears that the relevant line may be in kong-plugin-openwhisk/kong/plugins/openwhisk/handler.lua... with the line
local responses = require "kong.tools.responses"
. I'm not a lua developer... so, not in the best position to make a fix and submit a PR...This Changelog shows the below statement regarding plugins (which is an indication of the issue)
The kong.tools.responses module was removed. Please use kong.response.exit from the PDK instead. You might want to use kong.log.err to log internal server errors as well.