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