You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a proposal for a remote build command using the Function Builder API, plus an SDK struct that can be vendored into a Go API / microservice to perform builds with the Function Builder API that OpenFaaS Pro offers.
I've seen interest in the Function Builder API from low-code companies or SaaS companies and want to make it more accessible for them to get started and try it out.
The text was updated successfully, but these errors were encountered:
@alexellis I am unable to locate the code for the pro function builder, could you please share the code pointers or packages responsible for pro builder currently? So, that I can get some idea of how the functions are currently implemented and think of how can we integrate them into the function builder API.
It is possible I am missing something here since I am not much familiar with the codebase currently.
This is a proposal for a remote build command using the Function Builder API, plus an SDK struct that can be vendored into a Go API / microservice to perform builds with the Function Builder API that OpenFaaS Pro offers.
https://docs.openfaas.com/openfaas-pro/builder/
Expected Behaviour
faas-cli publish --remote
/faas-cli pro-build
?Plus some kind of SDK:
Current Behaviour
We have different code examples, but they're relatively complex and involve quite a few steps. Can we make it simpler to get started?
https://github.com/openfaas/function-builder-examples
Why do you need this?
I've seen interest in the Function Builder API from low-code companies or SaaS companies and want to make it more accessible for them to get started and try it out.
The text was updated successfully, but these errors were encountered: