cdk_constructs/metric_streamer_construct.py [68:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                'dynamodb:DescribeTable',
                'dynamodb:ListTagsOfResource',
                'dynamodb:GetItem',
                'dynamodb:Scan',
                'kms:Decrypt',
                'kms:DescribeKey',
                'kms:Encrypt',
                'kms:GenerateDataKey*',
                'kms:ReEncrypt'
            ]
        )
        self.function.add_to_role_policy(resource_policy)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cdk_constructs/sla_parse_construct.py [58:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                'dynamodb:DescribeTable',
                'dynamodb:ListTagsOfResource',
                'dynamodb:GetItem',
                'dynamodb:Scan',
                'kms:Decrypt',
                'kms:DescribeKey',
                'kms:Encrypt',
                'kms:GenerateDataKey*',
                'kms:ReEncrypt'
            ]
        )
        self.function.add_to_role_policy(resource_policy)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



