1 reference to AddAWSCDKStack
AWSCDK.AppHost (1)
Program.cs (1)
12
var customStack = builder.
AddAWSCDKStack
("custom", scope => new CustomStack(scope, "Aspire-custom"));