Skip to content

Updated import cdk statement #427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
1 commit merged into from
Nov 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions v2/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';` |
| --- |--- |

------
Expand Down Expand Up @@ -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)?
The AWS CDK is an open\-source project\. Want to [contribute](https://github.com/aws/aws-cdk)?