Skip to content

Commit c2f5e96

Browse files
committed
docs: fix typo and project name
Signed-off-by: heitorlessa <[email protected]>
1 parent dc273f7 commit c2f5e96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/utilities/parameters.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,11 @@ 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**
199+
##### Local testing with DynamoDB Local
200200

201-
You can initiliazare DynamoDB provider for [local dynamodb](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html) with this configuration:
202-
```python hl_lines="3 7"
201+
You can initialize the DynamoDB provider pointing to [DynamoDB Local](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html) using **`endpoint_url`** parameter:
202+
203+
```python hl_lines="3"
203204
from aws_lambda_powertools.utilities import parameters
204205

205206
dynamodb_provider = parameters.DynamoDBProvider(table_name="my-table", endpoint_url: "http://localhost:8000")

0 commit comments

Comments
 (0)