-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi all, we are using Confex in a project where we also wanted to pull config from the AWS parameter store, I put together a Parameter Store plugin for Confex[1] so we could keep resolving both :system
and our plugin using the same code, also Confex has been very helpful in general so I hoped we might contribute somewhat :)
I'm very interested in any feedback from contributors to Confex regarding the plugin, there is certainly room for improvement. The original version we use internally does include a cacheing mechanism by default as we do have places where params are requested repeatedly, however I did not want to make that a default behaviour as it introduces state into the plugin, cacheing should be explicitly requested by the user imo.
[1] https://github.com/gpedic/confex_parameter_store