Skip to content

Instantly share code, notes, and snippets.

@awswithdotnet
Last active March 2, 2022 16:25
Show Gist options
  • Save awswithdotnet/1565217599169da0607ab1a886050386 to your computer and use it in GitHub Desktop.
Save awswithdotnet/1565217599169da0607ab1a886050386 to your computer and use it in GitHub Desktop.
DynamoDb Abstractions IDataConnectionSettingsFactory
namespace Abstractions;
public interface IDataConnectionSettingsFactory<T>
{
T GetSettings();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment