Standard Config Table Per Service: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(Created page with "= Overview = Any service that stores configuration values for its operation uses a standard Config DynamoDB table = DynamoDB structure = == Config == === Fields === ; con...")
 
(No difference)

Latest revision as of 12:28, 4 November 2020

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