Skip to main content
Version: Beta 🚧

DynamoConfig

Summary​

(Config Class) DynamoConfig Class.
 
This class describes the attributes of DynamoDB based online feature store for the feature definition. Users can specify online_store = DynamoConfig()

Methods​

__init__()​

Parameters

  • kind (Literal['DynamoConfig']) - Default: DynamoConfig

  • replica_regions (Optional[List[str]]) - A list of AWS regions to constrain replication of the online store to. If not specified, the online store will be replicated to all available regions. An empty list indicates that the DynamoDB table will only exist in the primary region, and will not be replicated to any other regions. Only regions that are configured for the Tecton deployment are valid inputs. Default: None

Was this page helpful?