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
You can provide a custom boto configuration via **`config`**, or use a custom boto session via **`boto3_session`** parameters, when constructing any of the built-in provider classes.
509
+
510
+
> **Example**
511
+
512
+
513
+
=== "Custom session"
514
+
515
+
```python hl_lines="2 4 5"
516
+
from aws_lambda_powertools.utilities import parameters
0 commit comments