AWS cdk documentation change
Summary
Added 'Verify a successful CDK CLI installation' section, promoted troubleshooting header to bold, fixed --profile option markdown syntax, and updated apostrophe formatting
Security assessment
Changes focus on documentation structure, CLI verification steps, and markdown formatting. No mention of vulnerabilities, security patches, or credential management improvements. Security credential references remain unchanged from previous documentation.
Diff
diff --git a/cdk/v2/guide/getting-started.md b/cdk/v2/guide/getting-started.md index 0f05c5755..c02f42639 100644 --- a//cdk/v2/guide/getting-started.md +++ b//cdk/v2/guide/getting-started.md @@ -5 +5 @@ -PrerequisitesInstall the AWS CDK CLIConfigure the AWS CDK CLI(Optional) Install additional AWS CDK toolsCreate your first CDK app +PrerequisitesInstall the AWS CDK CLIVerify a successful CDK CLI installationConfigure the AWS CDK CLI(Optional) Install additional AWS CDK toolsCreate your first CDK app @@ -33 +33,2 @@ If you want to use multiple versions of the AWS CDK, consider installing a match -### Troubleshoot a CDK CLI installation +**Troubleshoot a CDK CLI installation** + @@ -47 +48 @@ Then, repeat steps to reinstall the CDK CLI. -### Verify a successful CDK CLI installation +## Verify a successful CDK CLI installation @@ -62 +63 @@ The CDK CLI will automatically use the security credentials that you configure w -Just like the AWS CLI, the CDK CLI will use your `default` profile by default. You can specify a profile using the CDK CLI `[--profile](./ref-cli-cmd.html#ref-cli-cmd-options-profile)` option. For more information on using security credentials with the CDK CLI, see [Configure security credentials for the AWS CDK CLI](./configure-access.html). +Just like the AWS CLI, the CDK CLI will use your `default` profile by default. You can specify a profile using the CDK CLI [\--profile](./ref-cli-cmd.html#ref-cli-cmd-options-profile) option. For more information on using security credentials with the CDK CLI, see [Configure security credentials for the AWS CDK CLI](./configure-access.html). @@ -77 +78 @@ The [AWS Toolkit for Visual Studio Code](https://aws.amazon.com/visualstudiocode -You're now ready to get started with using the AWS CDK by creating your first CDK app. For instructions, see [Tutorial: Create your first AWS CDK app](./hello-world.html). +You’re now ready to get started with using the AWS CDK by creating your first CDK app. For instructions, see [Tutorial: Create your first AWS CDK app](./hello-world.html).