source/lib/blueprints/byom/multi_account_codepipeline.py [14:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    aws_iam as iam,
    aws_s3 as s3,
    aws_sns as sns,
    aws_sns_subscriptions as subscriptions,
    aws_events_targets as targets,
    aws_events as events,
    aws_codepipeline as codepipeline,
    core,
)
from lib.blueprints.byom.pipeline_definitions.source_actions import source_action_template
from lib.blueprints.byom.pipeline_definitions.deploy_actions import create_stackset_action

from lib.blueprints.byom.pipeline_definitions.approval_actions import approval_action
from lib.blueprints.byom.pipeline_definitions.helpers import (
    pipeline_permissions,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/lib/blueprints/byom/single_account_codepipeline.py [14:26]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    aws_iam as iam,
    aws_s3 as s3,
    aws_sns as sns,
    aws_sns_subscriptions as subscriptions,
    aws_events_targets as targets,
    aws_events as events,
    aws_codepipeline as codepipeline,
    core,
)
from lib.blueprints.byom.pipeline_definitions.source_actions import source_action_template
from lib.blueprints.byom.pipeline_definitions.deploy_actions import create_cloudformation_action
from lib.blueprints.byom.pipeline_definitions.helpers import (
    pipeline_permissions,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



