Skip to content

Commit 7b7f643

Browse files
committed
fix: endpoint_url parameter syntax
Signed-off-by: heitorlessa <[email protected]>
1 parent ba4b422 commit 7b7f643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ You can initialize the DynamoDB provider pointing to [DynamoDB Local](https://do
204204
```python hl_lines="3"
205205
from aws_lambda_powertools.utilities import parameters
206206

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

210210
**DynamoDB table structure for single parameters**

0 commit comments

Comments
 (0)