AddDynamoDBGrainStorage(IServiceCollection, string, Action<OptionsBuilder<DynamoDBStorageOptions>>)
staticextension
public static IServiceCollection AddDynamoDBGrainStorage(this IServiceCollection services, string name, Action<OptionsBuilder<DynamoDBStorageOptions>> configureOptions = null) Configure silo to use AWS DynamoDB storage for grain storage.
Parameters
servicesIServiceCollectionnamestringconfigureOptionsAction<OptionsBuilder<DynamoDBStorageOptions>>
