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