Skip to content

DynamoDB LowerCamelCaseProperties for Nested Objects #1162

Open
@dguisinger

Description

@dguisinger

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions