You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run Synth tests.
I'm doing this by running: app_synth: CloudAssembly = app.synth()
And verifying the resources are as expected..
Problem is, I have a nested stack, which I see within my root stack synth output, but I couldn't figure out how to access resources within the nested stack.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to run Synth tests.
I'm doing this by running:
app_synth: CloudAssembly = app.synth()
And verifying the resources are as expected..
Problem is, I have a nested stack, which I see within my root stack synth output, but I couldn't figure out how to access resources within the nested stack.
Using CDK version 2.128.0.
Python 3.8.15
Beta Was this translation helpful? Give feedback.
All reactions