We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should prepare Derek for use as an SDK/package so that he can be run on any platform - a Go microservice, AWS Lambda, Heroku etc.
This is the first step that makes Derek a package that someone can vendor in Go and then make use of in their own stand-alone way. #13
Derek may "os.Exit" at several points in the code.
Derek's configuration may depend on certain characteristics of OpenFaaS.
main
The text was updated successfully, but these errors were encountered:
Related work: #96
Sorry, something went wrong.
WIP: Move to golang-http-template
46919d6
Closes alexellis#96 Might also close alexellis#123
4424806
Closes alexellis#96 Might also close alexellis#123 Signed-off-by: zoidbergwill <[email protected]>
e892a2a
Successfully merging a pull request may close this issue.
Expected Behaviour
We should prepare Derek for use as an SDK/package so that he can be run on any platform - a Go microservice, AWS Lambda, Heroku etc.
This is the first step that makes Derek a package that someone can vendor in Go and then make use of in their own stand-alone way. #13
Current Behaviour
Derek may "os.Exit" at several points in the code.
Derek's configuration may depend on certain characteristics of OpenFaaS.
Possible Solution
main
and into packagesAcceptance criteria
The text was updated successfully, but these errors were encountered: