Service - Message Config Manager: Difference between revisions
Jump to navigation
Jump to search
(→Fields) |
|||
Line 21: | Line 21: | ||
: see [[Standard MsgIn MsgOut message config]] | : see [[Standard MsgIn MsgOut message config]] | ||
; serviceName | ; serviceName | ||
: (partition key) | : (partition key) | ||
; msgTag | ; msgTag |
Revision as of 13:29, 9 November 2020
Overview
Maintians a record of the configuration for every message from every service in the project.
Repository
https://bitbucket.org/stb_working/message-config-manager/src/master/
DynamoDB tables
Standard Config Table Per Service
Configuration tags
- configKey = serviceName, configTag = {service name}, configValue = {empty}
MsgCfg
Fields
- configKey = msgCfg, configTag = {service name}_{msgTag}
- see Standard MsgIn MsgOut message config
- serviceName
- (partition key)
- msgTag
- (sort key)
- msgCfg
- object containing the full msgCfg