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
Thanks to #1 and #2, this provider supports boolean feature flas.
Next, this provider implementation should support structure type feature flag.
Because of AWS AppConfig feature flag schema limitation (flag value cannot be nested), how about putting JSON string to flag_value attribute? I think this is much consistent to other feature flag type... (In the future, suporting free form configuration is also good,,, https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-free-form-configurations-creating.html)
flag_value
{ "{key name}": { "enabled": boolean, // "Attribute (optional)" "flag_value": { // JSON format "foo": "bar", } } }
This is the requiremetns 2.2.2.1.
The feature provider interface MUST define methods for typed flag resolution, including boolean, numeric, string, and structure.
feature provider
N/A
The text was updated successfully, but these errors were encountered:
lavenderses
Successfully merging a pull request may close this issue.
What
Thanks to #1 and #2, this provider supports boolean feature flas.
Next, this provider implementation should support structure type feature flag.
Because of AWS AppConfig feature flag schema limitation (flag value cannot be nested), how about putting JSON string to
flag_value
attribute?I think this is much consistent to other feature flag type...
(In the future, suporting free form configuration is also good,,,
https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-free-form-configurations-creating.html)
This is the requiremetns 2.2.2.1.
Notes
N/A
The text was updated successfully, but these errors were encountered: