Kong / kong-plugin-openwhisk

A kong plugin to invoke OpenWhisk action (serverless functions as service).
Apache License 2.0
9 stars 10 forks source link

Support Openwhisk web actions #5

Open perryao opened 6 years ago

perryao commented 6 years ago

Opening this ticket to discuss possible implementations for supporting web actions. Web actions are accessible at https://{APIHOST}/api/v1/web/{QUALIFIED ACTION NAME}.{EXT}, but this plugin currently prefixes all calls to APIHOST with /actions

rabbah commented 5 years ago

Web actions would allow functions to respond to any HTTP verb, and accept/respond with content-types other than JSON. See for more details https://github.com/apache/incubator-openwhisk/blob/master/docs/webactions.md.