Mykhailo Matviiv

Results 5 issues of Mykhailo Matviiv

This helps to reduce scrolling speed while dragging item especially if you have logical scrolling enabled and element size is big enough.

**Additions:** 1. Exposed consumed capacity high-level API for batch requests. Addresses #222. **Bugfixes:** 1. `ConsumedCapacity` was not parsed at all for `DeleteItem` operation due to incorrect JSON name mapping. 2....

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](https://github.com/AllocZero/EfficientDynamoDb/blob/e3e672f120d1a6f1365176da309413ad514cafd8/src/EfficientDynamoDb/DynamoDbManagementContext.cs#L20) call. But since it's the only...

This PR enables using different endpoints for different DynamoDB services. E.g. DynamoDB Streams API endpoints [use different convention](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html#Streams.Endpoints) `streams.dynamodb..amazonaws.com` instead of regular `dynamodb..amazonaws.com`.