awsdocs/aws-cdk-guide

"hello-cdk", not "HelloCdkStack", shows up in python walkthrough of "List the stacks in the app" when running "cdk ls"

Closed this issue · 3 comments

@nelsonjchen Thanks for catching that. It appears to be a difference in the way the templates are set up for Python vs. the other languages. I've put in a pull request to change the Python template to be similar to the others.

https://github.com/aws/aws-cdk/pull/13480/files

The aforementioned PR has been merged and is part of v1.93.0 released today.

Thanks for looking into it!