Open
Description
Is there a way with Object Persistence Model to get [DynamoDBTable()] to also apply the LowerCamelCaseProperties conversions to nested objects being stored to DynamoDB?
Currently all my root level objects apply correctly, but all of the nested objects are still in upper camel case, which throws me off when I either use different SDKs or mix in AppSync and am expecting everything in lower camel case.
I currently have to break from recommended .NET class styling and code my other classes with lower case names