Skip to content

Commit 2022c36

Browse files
committed
Update README for customized endpoint
1 parent c794814 commit 2022c36

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ _**Warning**: running this command will result in all the items in the specified
1212
is no "are you sure?" prompt._
1313

1414
```shell
15-
delete-dynamodb-items <table name>
15+
delete-dynamodb-items <table name> [--endpoint=URL]
1616
```
1717

1818
The program uses the default AWS credential algorithm to determine what IAM entity and region is used. E.g. the
1919
`~/.aws/credentials` file, the `AWS_*` environment variables, etc.
2020

21+
### Custom Endpoint
22+
23+
You can customize the DynamoDB endpoint with the `--endpoint=` (or `-e`) option. Set it to the URL of the endpoint.
24+
E.g. `--endpoint=http://localhost:8002`. If unspecified, the default AWS endpoints are used.
25+
2126
## Build
2227

2328
Run the following to compile your own copy from source.

0 commit comments

Comments
 (0)