Skip to content
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

feature: determine parameter name from field name #11

Open
briskt opened this issue Sep 30, 2023 · 0 comments
Open

feature: determine parameter name from field name #11

briskt opened this issue Sep 30, 2023 · 0 comments

Comments

@briskt
Copy link
Contributor

briskt commented Sep 30, 2023

I have been using kelseyhightower/envconfig for some time. One feature that is very helpful in that package is its ability to automatically assign a field from an environment variable of the same name. While that is a nice feature, it is at odds with the design of go-ssm-config in that this package specifically ignores any field that doesn't have an ssm tag. Would it be undesirable to change that specification by adding another tag like ssm-auto that activates automatic naming? Or simply use automatic naming if no tag is found. The latter would be a bigger breaking change, but a simpler API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant