EfficientDynamoDb
EfficientDynamoDb copied to clipboard
High-performance C# DynamoDb library
The `FallbackCredentialsFactory` class has been marked obsolete in V4 of the AWS SDK and has been replaced with the `DefaultAWSCredentialsIdentityResolver` class (see [here](https://github.com/aws/aws-sdk-net/issues/3362#issuecomment-2699510761)). The [automatic credentials resolution docs](https://alloczero.github.io/EfficientDynamoDb/docs/dev-guide/configuration/credentials#automatic-credentials-resolution) should be...
Based on the suggestion from issue https://github.com/AllocZero/EfficientDynamoDb/issues/267 Currently, the API uses a `TableNamePrefix` string to modify table names. This works, but is inflexible. This PR introduces an `ITableNameFormatter` interface to...