Standard Config Table Per Service

From Izara Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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