EfficientDynamoDb icon indicating copy to clipboard operation
EfficientDynamoDb copied to clipboard

Implement UPPER_SNAKE_CASE enum converter for control plane API

Open firenero opened this issue 1 year ago • 0 comments

This change allows the use of PascalCase for enum values instead of UPPER_SNAKE_CASE used in DynamoDB API.

This is a breaking change for DescribeTable call. But since it's the only control plane endpoint supported yet and most likely not widely used, it's a good moment to introduce a breaking change to have a better API moving forward.

firenero avatar Jan 10 '24 00:01 firenero