:wave: is there a simple way to get the current s...
# help
b
👋 is there a simple way to get the current stack from within a construct? I use
scope.node.root
to get the overarching sst App but I'm trying to get the stack such that I can pass it to
cdk.Arn.format
t
Copy code
Stack.of(myconstruct)
b
thanks 😉