Skip to content

Commit ba4b422

Browse files
committed
feat: use a tab snippet to standout
Signed-off-by: heitorlessa <[email protected]>
1 parent c2f5e96 commit ba4b422

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/utilities/parameters.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,16 @@ The AWS Systems Manager Parameter Store provider supports two additional argumen
196196

197197
The DynamoDB Provider does not have any high-level functions, as it needs to know the name of the DynamoDB table containing the parameters.
198198

199-
##### Local testing with DynamoDB Local
199+
**Local testing with DynamoDB Local**
200200

201201
You can initialize the DynamoDB provider pointing to [DynamoDB Local](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html) using **`endpoint_url`** parameter:
202202

203-
```python hl_lines="3"
204-
from aws_lambda_powertools.utilities import parameters
203+
=== "dynamodb_local.py"
204+
```python hl_lines="3"
205+
from aws_lambda_powertools.utilities import parameters
205206

206-
dynamodb_provider = parameters.DynamoDBProvider(table_name="my-table", endpoint_url: "http://localhost:8000")
207-
```
207+
dynamodb_provider = parameters.DynamoDBProvider(table_name="my-table", endpoint_url: "http://localhost:8000")
208+
```
208209

209210
**DynamoDB table structure for single parameters**
210211

0 commit comments

Comments
 (0)