AllocZero / EfficientDynamoDb

High-performance C# DynamoDb library
https://alloczero.github.io/EfficientDynamoDb/
MIT License
204 stars 19 forks source link

Implement UPPER_SNAKE_CASE enum converter for control plane API #223

Open firenero opened 10 months ago

firenero commented 10 months ago

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.