Dave Retchless

Results 3 comments of Dave Retchless

Use a short name for the stack node id, in this case, "test", and you have a defined stackName in the properties: test stack-project-1-test ```typescript new DummyStack(app, 'test', { env:...

**Clarification and Identification of the Problem:** It seems there's a misunderstanding in the discussion. The key point to clarify is that we are dealing with **two completely separate projects**, not...

> K looks like you are having two stacks in the same cdk app with exactly the same `id` and custom `stackName`. Is there any reason you have to use...