Closed webdog closed 4 years ago
@webdog Looking at this further, this is a blog post, not part of our Developer Guide. Blog posts typically created around product and feature releases but are inherently "of their time" and we don't (can't) keep them up-to-date as the software evolves.
The Getting Started topic in the CDK Developer Guide and the CDK Workshop are the ones we keep up to date. I'm currently working on streamlining the former, so you should see improvements to that in the near future.
I'm going to close this issue, but maybe we need a disclaimer of some kind on our blog posts and point them to our Developer Guide.
:wave:
When running
cdk init
for Python, an app.py is generated:The Getting Started guide indicates that there should be two stacks created upon init:
I tried generating
cdk init
with bothsample-app
and my custom name above to see if the code generation was different, but both create a single stack based on the name I passed to cdk.