stacks/centralized_resources.py [26:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
            self,
            scope: core.Construct,
            id: str, # pylint: disable=redefined-builtin
            bucket_name: str,
            sns_topic_name: str,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



stacks/metrics_streamer.py [42:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
            self,
            scope: core.Construct,
            id: str, # pylint: disable=redefined-builtin
            bucket_name: str,
            sns_topic_name: str,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



