You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(parameters): transform = "auto"
Add a new tranform type called "auto", which looks at the
key name to autodetect the encoding of the values in dynamodb or
the parameter store.
Keys ending with ".json" are assumed to be "json" string
Keys ending with ".binary" are assumed to be "binary" base64 decode
strings
* tests: include some additional tests and docs
* feat(parameters): add list of supported transforms
Changes:
* base.py - Add `SUPPORTED_TRANSFORM_METHODS` as a list of supported
transform methods and add constants for the currently supported
methods
* base.py - Update `get_transform_method` to use
`SUPPORTED_TRANSFORM_METHODS` to check for supported extensions
* feat: Make `transform` optional
Changes:
* Make `transform` optional in `get_transform_method`
* Update tests to include this use case
0 commit comments