Standard Config Table Per Service

From Izara Wiki
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