Skip to content

Commit 3528b8e

Browse files
committed
docs: add note on boto3_client usefulness for searching
1 parent 63bdde6 commit 3528b8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/utilities/parameters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ The **`config`** , **`boto3_session`**, and **`boto3_client`** parameters enabl
487487
???+ tip
488488
You can use a custom session for retrieving parameters cross-account/region and for snapshot testing.
489489

490+
When using VPC private endpoints, you can pass a custom client altogether. It's also useful for testing when injecting fake instances.
491+
490492
=== "Custom session"
491493

492494
```python hl_lines="2 4 5"

0 commit comments

Comments
 (0)