functions icon indicating copy to clipboard operation
functions copied to clipboard

Proposal: add support to expose functions on a public domain

Open wpjunior opened this issue 7 years ago • 1 comments

Each function could have a new boolean attribute named exposed, besides that, the server could accept connection on a public domain specified by the environment variable.

All exposed function may be accessible onhttp://${EXPOSABLE_HOST}/${namespace}/${functionID}, avoiding to expose the private API on the same domain.

wpjunior avatar Mar 16 '18 13:03 wpjunior

Coverage Status

Coverage decreased (-1.0%) to 89.462% when pulling 41b402a0e5f7b5db3004dcf340db2598af4d2cf1 on http-invocator into 06e4845c2735858703aaa108f97eb456f4e525bd on master.

coveralls avatar Mar 16 '18 13:03 coveralls