Describe the issue
The AWS CDK v2 documentation contains wrong installation commands.
CodeBuild and SSM (stable constructs):
Example: CodeBuild
npm i @aws-cdk/aws-codebuild
This package contains the v1 version. In v2 it is not necessary anymore to install this package.
IoT and IoT Events (experimental constructs):
Example: IoT
npm i @aws-cdk/aws-iot
Correct command: npm i @aws-cdk/aws-iot-alpha
--> Should we remove the installation sections from the documentations? Other CDK modules don't contain the installation section. I found them only the four README files which I referenced below. That's why I'm wondering if we can just delete them.
Links
Stable constructs
Experimental constructs
Describe the issue
The AWS CDK v2 documentation contains wrong installation commands.
CodeBuild and SSM (stable constructs):
Example: CodeBuild
This package contains the v1 version. In v2 it is not necessary anymore to install this package.
IoT and IoT Events (experimental constructs):
Example: IoT
Correct command:
npm i @aws-cdk/aws-iot-alpha--> Should we remove the installation sections from the documentations? Other CDK modules don't contain the installation section. I found them only the four README files which I referenced below. That's why I'm wondering if we can just delete them.
Links
Stable constructs
Experimental constructs