Can you please make the dynamoDBClient val in [ConcurrentBatchWriter.scala](https://github.com/dwhjames/aws-wrap/blob/master/src/main/scala/dynamodb/ConcurrentBatchWriter.scala#L103) public, like in [SingleThreadedBatchWriter.scala](https://github.com/dwhjames/aws-wrap/blob/master/src/main/scala/dynamodb/SingleThreadedBatchWriter.scala#L48) I'd like to be able to configure the DynamoDB client specifically for my use case. Thanks!