Stone.js API
    Preparing search index...

    Options for the DynamoDbConnectionStore.

    interface DynamoStoreOptions {
        client?: DynamoDocumentClient;
        region?: string;
        table?: string;
    }
    Index

    An existing DynamoDBDocument client to reuse.

    region?: string

    The AWS region (passed to the DynamoDB client when none is provided).

    table?: string

    The DynamoDB table name (defaults to stone_ws_connections).