We are implementing a system.
It is planned to use Kong Gateway and OpenWhisk.
We found that Kong Gateway has provide a OpenWhisk plugin for Kong Gateway to invoke OpenWhisk Action.
However, the plugin seems only support POST route, it is not supporting GET, PATCH, DELETE route.
(i.e. Same issue mentioned in this post: Question on Routes · Issue #9 · Kong/kong-plugin-openwhisk · GitHub)
Is above understanding correct?
If YES, is there any workaround?
Or, is there any plugin that support for OpenWhisk web action?
Thanks you