We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4b422 commit 7b7f643Copy full SHA for 7b7f643
docs/utilities/parameters.md
@@ -204,7 +204,7 @@ You can initialize the DynamoDB provider pointing to [DynamoDB Local](https://do
204
```python hl_lines="3"
205
from aws_lambda_powertools.utilities import parameters
206
207
- dynamodb_provider = parameters.DynamoDBProvider(table_name="my-table", endpoint_url: "http://localhost:8000")
+ dynamodb_provider = parameters.DynamoDBProvider(table_name="my-table", endpoint_url="http://localhost:8000")
208
```
209
210
**DynamoDB table structure for single parameters**
0 commit comments