Mischa Spiegelmock
03/07/2022, 2:08 PMstage-appname
string? i.e. the first part of what logicalPrefixedName
returns?
I can do app.stage + "-" + app.name
but that feels lame.Adam Fanello
03/07/2022, 6:32 PMconst namespace = scope.logicalPrefixedName("").slice(0, -1);