in src/CdkLabs/Program.cs [7:13]
public static void Main(string[] args) { var app = new App(); new CdkLabsStack(app, "CdkLabsStack"); app.Synth(); }