You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/20 06:16:06 UTC

[GitHub] [apisix] rabbah commented on issue #5485: Proposal: support Apache OpenWhisk serverless framework plugin

rabbah commented on issue #5485:
URL: https://github.com/apache/apisix/issues/5485#issuecomment-974602463


   🎉 I'm happy to see this proposal. 
   
   You might want to consider using the OpenWhisk web action path instead of the "POST" activation. With a web action response, the function can set the status code, headers and respond with different content types. I didn't look through the PR yet, but with a POST activation, you'll have to interpret the respose from the function (it's always a JSON object) to extract the status code, headers and body.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org