Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Kindall committed Jun 16, 2022
1 parent 17b4747 commit fadb71f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion v2/migrating-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,14 @@ If you see an error like this one:
MyStack: SSM parameter /cdk-bootstrap/hnb659fds/version not found. Has the environment been bootstrapped? Please run 'cdk bootstrap' (see https://docs.aws.amazon.com/cdk/latest/guide/bootstrapping.html)
```

AWS CDK v2 requires a new bootstrap stack, so you must re\-bootstrap your deployment environment\(s\)\. See [Bootstrapping](bootstrapping.md) for complete details\.
AWS CDK v2 requires a new bootstrap stack, so you must re\-bootstrap your deployment environment\(s\)\. See [Bootstrapping](bootstrapping.md) for complete details\.

## Finding v1 stacks<a name="finding-v1-stacks.title"></a>

When working on migrating your CDK application from v1 to v2, you might want to identify the deployed AWS CloudFormation stacks that were created using v1\. To do this, run the following command:

```
npx awscdk-v1-stack-finder
```

See the awscdk\-v1\-stack\-finder [README](https://github.com/cdklabs/awscdk-v1-stack-finder/blob/main/README.md) for usage details\.

0 comments on commit fadb71f

Please sign in to comment.