it does expose a rather fascinating aspect of serverless that i hadn't much considered till now: a conventional client-with-server-proxy architecture will certainly require some level of multi-tenancy; either shared in-process (for e.g. a java/scala-based endpoint controller), or at least at the OS level (e.g. for run-and-done PHP-style controllers).
whereas, with this CORS change, we can enable a path from client to API endpoints that needn't have a multi-tenant intermediary -- especially so if one stands up a private openwhisk. [ Full content available at: https://github.com/apache/incubator-openwhisk/pull/4010 ] This message was relayed via gitbox.apache.org for [email protected]
