Closed
Description
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__
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.
Activity
michaelbrewer commentedon Oct 26, 2021
This would have to include an optional dependency like PyYaml
heitorlessa commentedon Apr 28, 2022
Closing as dup: #1170