AddDynamoDBGrainStorageAsDefault(IServiceCollection, Action<DynamoDBStorageOptions>)
staticextension
public static IServiceCollection AddDynamoDBGrainStorageAsDefault(this IServiceCollection services, Action<DynamoDBStorageOptions> configureOptions) Configure silo to use AWS DynamoDB storage as the default grain storage.
Parameters
servicesIServiceCollectionconfigureOptionsAction<DynamoDBStorageOptions>
