AWS cdk documentation change
Summary
Added 'Example' section headers in multiple code examples throughout the document.
Security assessment
Formatting improvements without any security-related content changes or vulnerability fixes.
Diff
diff --git a/cdk/v2/guide/cdk-pipeline.md b/cdk/v2/guide/cdk-pipeline.md index b6556a34c..9ca4d37f8 100644 --- a//cdk/v2/guide/cdk-pipeline.md +++ b//cdk/v2/guide/cdk-pipeline.md @@ -49,0 +50,2 @@ You can omit the `--profile` option if your default AWS profile contains the nec +###### Example + @@ -67,0 +70,2 @@ Again, you can omit the `--profile` option if your default AWS profile contains +###### Example + @@ -125,0 +130,2 @@ After cloning, initialize the project as usual. +###### Example + @@ -194,0 +201,2 @@ You’ll also need to update the instantiation of the pipeline stack to specify +###### Example + @@ -564,0 +573,2 @@ We will create a stack containing a simple Lambda function and place that stack +###### Example + @@ -929,0 +940,2 @@ Every application stage added by `addStage()` results in the addition of a corre +###### Example + @@ -997,0 +1010,2 @@ You can add stages to a ` [Wave](https://docs.aws.amazon.com/cdk/api/v2/docs/aws +###### Example + @@ -1083,0 +1098,2 @@ In its simplest form, adding validation actions looks like this: +###### Example + @@ -1138,0 +1155,2 @@ To use outputs, expose the `CfnOutput` object you’re interested in. Then, pass +###### Example + @@ -1220,0 +1239,2 @@ Bringing in files from the source repository is appropriate if the files are dir +###### Example + @@ -1346,0 +1367,2 @@ Getting the additional files from the synth step is appropriate if your tests ne +###### Example +