Closed jfstephe closed 7 years ago
@jfstephe This is by design. Recent versions of the AWS SDK built into this project prefer specifying the endpoint using the region (eg, us-west-1
) rather than by endpoint. Most services do not have local versions like DynamoDB Local. I can add a comment suggesting an override in case you want to test with DynamoDB Local using the storage.dynamodb.client.endpoint configuration, but dynamodb-local.properties already does this.
Aaahhh ok.... ....perhaps a comment explaining why there is no endpoint in the non-local properties file or in the java code along the lines of what you said above might help peeps. Not urgent obviously, but if you are in that area [:-). Thanks for getting back to me.
dynamodb.properties doesn't have an entry for storage.dynamodb.client.endpoint, unlike the local and docker flavours, and according to the docs (and from what I can see from the code) there isn't a default.
Is this an oversight or by design? Can a comment be added to the dynamodb.properties file to explain this please?