Standard Config Table Per Service
Revision as of 12:28, 4 November 2020 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Any service that stores configuration values for its operation uses a standard Config DynamoDB table = DynamoDB structure = == Config == === Fields === ; con...")
Overview
Any service that stores configuration values for its operation uses a standard Config DynamoDB table
DynamoDB structure
Config
Fields
- configKey
- (partition key)
- Tag used to describe the type of configuration, eg: rbacType
- configTag
- (sort key)
- The configuration setting, eg: app
- configValue
- Value for this configuration record, can be any structure