From fbd12cac787e0f9c2c451b380771dbf14706b369 Mon Sep 17 00:00:00 2001 From: Evgeny Karasik Date: Wed, 20 Dec 2023 20:44:21 +0200 Subject: [PATCH] chore(roadmap): Add EKSv2 to the ROADMAP.md (#28439) Adding EKSv2 L2 construct to the roadmap. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index 07c82363d85f1..0a2175771d194 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -50,6 +50,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/pull/28366) +* 🔍 [Rewrite EKS L2](https://github.com/aws/aws-cdk-rfcs/issues/605) - drop the custom resource implementation in favor of the native L1. We are currently investigating other L2s to build out next. Feel free to create an RFC to request.