-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
Suggestion: SDK for Derek #62
Comments
I would image this work being done in small increments with each one being released and deployed starting with a configuration object where we load or parse all environmental variables and secrets in one single place then pass that down the stack to any code that needs it. |
Derek add label: Hacktoberfest |
This PR should make as few as possible refactorings and stylistic changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be useful to provide Derek as an SDK?
The GitHub auth that we've written has already been useful for the GitHub App in OpenFaaS Cloud and could be useful as a separate package.
Due to forking of Derek over one user not wanting to follow DCO process, would it be advantageous for us to release Derek as an SDK so the functionality can be invoked via other processes such as a regular HTTP server or as suggested in another issue - an AWS Lambda function? #13
If Derek was packaged as an SDK a few things would need to change:
log.Fatal*
lines may need to be removedThe text was updated successfully, but these errors were encountered: