Closed TheFlexican closed 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';
thanks, fixed. You should see this on docs.aws.amazon.com within 24 hours
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';