From 43cd952c88f9b66120e388e4326dbbf9cec03a40 Mon Sep 17 00:00:00 2001 From: Evgeny Karasik Date: Thu, 14 Dec 2023 17:15:01 +0200 Subject: [PATCH 1/2] Update ROADMAP.md Add IPv6 support for VPC to the roadmap. --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index 9cbe133793b84..9413cd169d821 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -48,6 +48,7 @@ Security and stability of the CDK is a top priority. If you think you’ve found ### L2 Abstractions * 🔍 [CloudFront Origin Access Control L2](https://github.com/aws/aws-cdk-rfcs/issues/491) +* 🛠️ [Enabling IPv6 on Resources and VPCs](https://github.com/aws/aws-cdk/issues/894) We are currently investigating other L2s to build out next. Feel free to create an RFC to request. From 848e6f6541f59c4b515b259f8d7866dd2709cced Mon Sep 17 00:00:00 2001 From: Evgeny Karasik Date: Fri, 15 Dec 2023 07:15:20 +0200 Subject: [PATCH 2/2] Adding the PR --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 9413cd169d821..9231704a0b36d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -48,7 +48,7 @@ Security and stability of the CDK is a top priority. If you think you’ve found ### L2 Abstractions * 🔍 [CloudFront Origin Access Control L2](https://github.com/aws/aws-cdk-rfcs/issues/491) -* 🛠️ [Enabling IPv6 on Resources and VPCs](https://github.com/aws/aws-cdk/issues/894) +* 🛠️ [Enabling IPv6 on Resources and VPCs](https://github.com/aws/aws-cdk/pull/28366) We are currently investigating other L2s to build out next. Feel free to create an RFC to request.