Skip to content

AwsUtilsHostingExtensions.UseDynamoDBClustering(IClientBuilder, Action<DynamoDBGatewayOptions>)

UseDynamoDBClustering(IClientBuilder, Action<DynamoDBGatewayOptions>)

staticextension
View source
public static IClientBuilder UseDynamoDBClustering(this IClientBuilder builder, Action<DynamoDBGatewayOptions> configureOptions)
Configures the client to use DynamoDB for clustering.

Parameters

builderIClientBuilder
The builder.
configureOptionsAction<DynamoDBGatewayOptions>
The configuration delegate.

Returns

The provided IClientBuilder.