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
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -196,15 +196,16 @@ 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 Local
199
+
**Local testing with DynamoDB Local**
200
200
201
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
202
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
0 commit comments