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
#### Infer transform from parameter suffix with `get_multiple()`
441
+
442
+
If you use `transform` with `get_multiple()`, you might want to retrieve and transform parameters encoded in different formats. You can do this with a single request by using `transform="auto"` and let the infer the transform type to use based on the parameter suffix.
443
+
444
+
!!! info "The `transform="auto"` feature is available across all providers, including the high level functions"
445
+
446
+
=== "partial_failures.py"
447
+
448
+
````python hl_lines="6"
449
+
from aws_lambda_powertools.utilities import parameters
0 commit comments