shelfio / dynamodb-parallel-scan

Scan large DynamoDB tables faster with parallelism
MIT License
71 stars 10 forks source link

ability to specify endpoint (for localhost) #200

Closed aiqui closed 2 years ago

aiqui commented 2 years ago

The call to DynamoDBClient uses the default values. Is there a way to set the endpoint directly so that that a local endpoint can be used? How can a local endpoint be specified directly in the call to parallelScan?

https://github.com/shelfio/dynamodb-parallel-scan/blob/master/src/ddb.ts#L11-L21

aiqui commented 2 years ago

Forked to find solution

vladholubiev commented 2 years ago

feel free to open a PR with your solution and we'll get it merged!