constructor()

in lib/awsdevhour-backend-pipeline-stage.ts [8:13]


  constructor(scope: Construct, id: string, props?: StageProps) {
    super(scope, id, props);
    
    new AwsdevhourStack(this, 'AwsdevhourBackendStack-dev');
    
  }