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
Is your feature request related to a problem? Please describe.
Alter feature_flags to use default transform JSON but allow for YAML as well. Currently need to alter global in order to utilize YAML.
Describe the solution you'd like
https://github.com/awslabs/aws-lambda-powertools-python/blob/79414c8164e839cdfe1839c2c9f0d590df33f4b2/aws_lambda_powertools/utilities/feature_flags/appconfig.py#L15 needs to be DEFAULT_TRANSFORM_TYPE and transform arguments needs added to AppConfigStore.__init__
DEFAULT_TRANSFORM_TYPE
transform
AppConfigStore.__init__
Describe alternatives you've considered
Would like to standardize to YAML for appconfig all around and this is a blocker.
Additional context
Just a nit.
The text was updated successfully, but these errors were encountered:
This would have to include an optional dependency like PyYaml
Sorry, something went wrong.
Closing as dup: #1170
No branches or pull requests
Is your feature request related to a problem? Please describe.
Alter feature_flags to use default transform JSON but allow for YAML as well. Currently need to alter global in order to utilize YAML.
Describe the solution you'd like
https://github.com/awslabs/aws-lambda-powertools-python/blob/79414c8164e839cdfe1839c2c9f0d590df33f4b2/aws_lambda_powertools/utilities/feature_flags/appconfig.py#L15 needs to be
DEFAULT_TRANSFORM_TYPE
andtransform
arguments needs added toAppConfigStore.__init__
Describe alternatives you've considered
Would like to standardize to YAML for appconfig all around and this is a blocker.
Additional context
Just a nit.
The text was updated successfully, but these errors were encountered: