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