awsdocs / aws-cdk-guide

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

CDK Pipeline how to documentation contains error #371

Closed TheFlexican closed 2 years ago

TheFlexican commented 2 years ago

https://github.com/awsdocs/aws-cdk-guide/blob/main/v2/cdk_pipeline.md

Example code for lib/my-pipeline-app-stage.ts contains an error:

import Construct from constructs;

instead of

import { Construct } from 'constructs';

ghost commented 2 years ago

thanks, fixed. You should see this on docs.aws.amazon.com within 24 hours