Skip to content

Commit

Permalink
Merge branch 'master' into robertd/cloudfront
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Feb 21, 2022
2 parents 5e7394e + 78f1076 commit 398d116
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions packages/@aws-cdk/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,21 +150,9 @@ pipeline will automatically reconfigure itself to deploy those new stages and
stacks.

(Note that have to *bootstrap* all environments before the above code
will work, see the section **CDK Environment Bootstrapping** below).

## CDK Versioning

This library uses prerelease features of the CDK framework, which can be enabled
by adding the following to `cdk.json`:

```js
{
// ...
"context": {
"@aws-cdk/core:newStyleStackSynthesis": true
}
}
```
will work, and switch on "Modern synthesis" if you are using
CDKv1. See the section **CDK Environment Bootstrapping** below for
more information).

## Provisioning the pipeline

Expand Down

0 comments on commit 398d116

Please sign in to comment.