Join Slack
Powered by
:wave: is there a simple way to get the current s...
# help
b
Boris Tane
01/13/2022, 6:09 PM
👋 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
thdxr
01/13/2022, 6:31 PM
Copy code
Stack.of(myconstruct)
b
Boris Tane
01/13/2022, 6:32 PM
thanks 😉
Open in Slack
Previous
Next