PocoDynamo - Support Generic Types
We're interested in purchasing licenses for ServiceStack. Particularly, we're interested in using the ServiceStack.Aws component. However, while evaluating it, we noticed that the PocoDynamo implementation fails to support generic types.
Currently, if a table is registered using a generic type (i.e. db.RegisterTable<GenericPoco<Poco>()) , it fails because the name used for the table does not abide by DynamoDB's rules for Table Name.
I have local modifications of the ServiceStack.Aws source that allows for generic types definitions to be registered, including tests showing it working. I can submit this code to somebody on your team if you like.

This PR was merged, thx!
-
JP Duarte commented
My pleasure! Here's the pull request:
https://github.com/ServiceStack/ServiceStack.Aws/pull/7
Please keep me posted on this. Thanks!
-
Sure please send a PR and we'll happily review it!