From 653ef05972ded05fdd1ced967ca1e11bcdd7c518 Mon Sep 17 00:00:00 2001 From: Jacob Winch Date: Wed, 13 Apr 2022 14:40:51 +0100 Subject: [PATCH] docs: remove references to @aws-cdk/cloudformation-include dependency (#1208) --- docs/migration-guide-ec2.md | 3 +-- docs/migration-guide-scheduled-lambda.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/migration-guide-ec2.md b/docs/migration-guide-ec2.md index e7536a62a3..45a711a4d6 100644 --- a/docs/migration-guide-ec2.md +++ b/docs/migration-guide-ec2.md @@ -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. diff --git a/docs/migration-guide-scheduled-lambda.md b/docs/migration-guide-scheduled-lambda.md index ba79d770c6..8a694674e4 100644 --- a/docs/migration-guide-scheduled-lambda.md +++ b/docs/migration-guide-scheduled-lambda.md @@ -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