Skip to content

Commit

Permalink
docs: remove references to @aws-cdk/cloudformation-include dependency (
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwinch authored Apr 13, 2022
1 parent 8d37107 commit 653ef05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/migration-guide-ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ in your original CFN template._
3. Remove the redundant resources from your original CFN template.
In simple cases it may be possible to remove the whole file. If so, you
should also be able to remove the CfnInclude block and the associated
dependency
should also be able to remove the `CfnInclude` block.
4. Remove the gu:riffraff:new-asg tag from your new ASG.
Expand Down
3 changes: 1 addition & 2 deletions docs/migration-guide-scheduled-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ need to adapt these steps slightly.
2. Remove the CloudFormation YAML file from your repository.

In simple cases it may be possible to remove the whole file. If so, you
should also be able to remove the `CfnInclude` block and the
`@aws-cdk/cloudformation-include` dependency.
should also be able to remove the `CfnInclude` block.

Note that AWS will provision the new version of the Lambda function before
the old one is removed, so the two Lambdas (and their schedules) will coexist
Expand Down

0 comments on commit 653ef05

Please sign in to comment.