Skip to content

Instantly share code, notes, and snippets.

@awswithdotnet
Created March 2, 2022 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awswithdotnet/ab7e6735f350861fa9b20813f93661fc to your computer and use it in GitHub Desktop.
Save awswithdotnet/ab7e6735f350861fa9b20813f93661fc to your computer and use it in GitHub Desktop.
DynamoDB API Program.cs
builder.Services.AddScoped<IDataConnectionSettingsFactory<AmazonDynamoDBConfig>, LocalDynamoDBConnectionSettingsFactory>();
builder.Services.AddScoped<IDataClientFactory<AmazonDynamoDBClient>, DynamoDBClientFactory>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment