Using teller as an SDK #172
marcelmindemann
started this conversation in
General
Replies: 1 comment
-
Yes it was built for this use case, feel free. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is it possible or even encouraged to re-use
tellerops/teller/pkg
in our own code? We use an inhouse solution to frequently refresh and rotate secrets in the AWS parameter store, and we would like to programmatically distribute these secrets to various sinks.Instead of implementing the API of all possible sinks ourselves, it would be logical to re-use the implementations of providers that teller already has. However, as the documentation only talks about the CLI use case of teller, I wonder if that's a sustainable solution. For example, are you following semantic versioning practices also in the interfaces of your code, or only in the interface of your command line?
Beta Was this translation helpful? Give feedback.
All reactions