awsdocs / aws-cdk-guide

User guide for the AWS Cloud Development Kit (CDK).
Other
327 stars 222 forks source link

fix: Add Construct import in python code for Create CDK Pipeline page #428

Closed hrvg closed 1 year ago

hrvg commented 2 years ago

At the moment Construct is undefined when defining the cdk.Stack. This commit imports Construct from constructs.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ghost commented 1 year ago

thanks for the contribution! merging.