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
Copy file name to clipboardExpand all lines: docs/utilities/parameters.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -196,10 +196,11 @@ The AWS Systems Manager Parameter Store provider supports two additional argumen
196
196
197
197
The DynamoDB Provider does not have any high-level functions, as it needs to know the name of the DynamoDB table containing the parameters.
198
198
199
-
**Local testing with DynamoDB**
199
+
##### Local testing with DynamoDB Local
200
200
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"
203
204
from aws_lambda_powertools.utilities import parameters
0 commit comments