From 8c61094c5d792415eeb7290f356561df111777ef Mon Sep 17 00:00:00 2001 From: Adam Keller Date: Fri, 21 Jun 2024 14:52:32 -0700 Subject: [PATCH] chore(roadmap): adding an additional item that was unintentionally removed from roadmap (#30572) ### Issue # (if applicable) Closes #. ### Reason for this change ### Description of changes ### Description of how you validated changes ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *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 a3799b43cb19c..bfb07bc3c3259 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -44,6 +44,7 @@ The CDK team is committed to supporting our existing library of AWS L2 abstracti - 🚦️ [VPC Construct with Full Control](https://github.com/aws/aws-cdk/issues/5927) - 🔍 [Rewrite EKS L2](https://github.com/aws/aws-cdk-rfcs/issues/605) - 🔍 [Glue Alpha Construct Graduation](https://github.com/aws/aws-cdk-rfcs/issues/497) +- 🔍 [Auto-generation of L2 constructs](https://github.com/aws/aws-cdk-rfcs/issues/611) ### Updates/Enhancements