Skip to content

docs: wrong install commands in documentation #21427

@jumic

Description

@jumic

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions