diff --git a/v2/getting_started.md b/v2/getting_started.md index 21340b3a..4461d040 100644 --- a/v2/getting_started.md +++ b/v2/getting_started.md @@ -33,7 +33,7 @@ The actual package name of the main CDK package varies by language\. | Install | `npm install aws-cdk-lib` | | --- |--- | -| Import | `import 'aws-cdk-lib' as cdk;` | +| Import | `import * as cdk from 'aws-cdk-lib';` | | --- |--- | ------ @@ -335,4 +335,4 @@ Where do you go now that you've dipped your toes in the AWS CDK? + Dig deeper into concepts like [Environments](environments.md), [Assets](assets.md), [Bootstrapping](bootstrapping.md), [Permissions](permissions.md), [Runtime context](context.md), [Parameters](parameters.md), and [Abstractions and escape hatches](cfn_layer.md)\. + Explore [Examples](https://github.com/aws-samples/aws-cdk-examples) of using the AWS CDK\. -The AWS CDK is an open\-source project\. Want to [contribute](https://github.com/aws/aws-cdk)? \ No newline at end of file +The AWS CDK is an open\-source project\. Want to [contribute](https://github.com/aws/aws-cdk)?