AllocZero / EfficientDynamoDb

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

Refactor request URI handling to support multiple services #224

Open firenero opened 9 months ago

firenero commented 9 months ago

This PR enables using different endpoints for different DynamoDB services. E.g. DynamoDB Streams API endpoints use different convention streams.dynamodb.<region>.amazonaws.com instead of regular dynamodb.<region>.amazonaws.com.