consoleme
consoleme copied to clipboard
config.get use the same argument for different dynamodb tables
Describe the bug
Based on code, config.get will always get the same dynamodb table for self.group_log
and self.dynamic_config
Additional context https://github.com/Netflix/consoleme/blob/master/consoleme/lib/dynamo.py#L250-L255