Closed telenieko closed 4 years ago
@telenieko There are definitely still some inconsistencies around imports in the code snippets. I have an open issue to address this and work is underway. I don't have a timeline for completion at this time.
https://github.com/awsdocs/aws-cdk-guide/issues/268
As this is a subset of that issue, I'm going to close this one. Feel free to participate on the other issue if you have additional comments.
Hi,
The doc_source/work-with-cdk-python.md file says:
But this is not being followed in parts of the documentation, for example in environments.md
aws_cdk.core
is used in the examples as if it had been imported asimport aws_cdk.core as core
:The examples do not include the import statements which makes things more confusing!
Anyway, CDK is awesome!