def __init__()

in pipeline/pipeline_stack.py [0:0]


  def __init__(self, scope: core.Construct, id: str, **kwargs):
    super().__init__(scope, id, **kwargs)

    LambdaStack(self, 'Demo-Lambda2', image_tag)