theburningmonk / ReactoKinesix

A Rx based .Net client library for working with Amazon Kinesis
http://theburningmonk.github.io/ReactoKinesix/
MIT License
29 stars 5 forks source link

DynamoDBTableSuffix can't be configured ? #62

Open popbee opened 7 years ago

popbee commented 7 years ago

For some reason, there is no apparent way (other than using reflection) of configuring/overriding the default DynamoDBTableSuffix ? Basically I want the suffix to be empty string (no suffix) - it makes configuring DynamoDB / permissions more 'weird' than necessary.

The property is readonly (no setter) - I tried to do a subclass to fix that, but no luck.