|
1 | 1 | # AWS CDK Roadmap
|
2 | 2 |
|
3 |
| -> Updated 6/14/2024 |
| 3 | +> Updated 9/3/2024 |
4 | 4 |
|
5 | 5 | The roadmap priorities for the AWS CDK (Cloud Development Kit) are informed by what we hear from customers and interactions on Github, CDK.dev Slack, Stack Overflow, and Twitter. This document outlines the high level direction we are working towards, and for each project there is a tracking issue where you can leave feedback. We update this doc on a quarterly basis to reflect any changing priorities.
|
6 | 6 |
|
@@ -38,33 +38,29 @@ Over the course of the last few years, the CDK team has spent time speaking with
|
38 | 38 |
|
39 | 39 | The CDK team is committed to supporting our existing library of AWS L2 abstractions. We continue to solicit community feedback on where additional L2 coverage makes it simpler and more efficient to build with AWS. Current L2s that the team’s working on are listed below. Please be aware that this list will update throughout the year. If you have feedback on other L2s that should be prioritized by our team, feel free to submit a separate RFC.
|
40 | 40 |
|
41 |
| -- 🚀 [DynamoDB TableV2 Construct](https://aws.amazon.com/blogs/devops/a-new-and-improved-aws-cdk-construct-for-amazon-dynamodb-tables/) |
42 |
| -- 🚀 [EKS AccessConfig Construct](https://github.com/aws/aws-cdk/pull/30016) |
43 |
| -- 🛠️ [CloudFront Origin Access Control L2](https://github.com/aws/aws-cdk-rfcs/issues/617) |
44 |
| -- 🚦️ [VPC Construct with Full Control](https://github.com/aws/aws-cdk/issues/5927) |
45 |
| -- 🔍 [Rewrite EKS L2](https://github.com/aws/aws-cdk-rfcs/issues/605) |
46 |
| -- 🔍 [Glue Alpha Construct Graduation](https://github.com/aws/aws-cdk-rfcs/issues/497) |
47 |
| -- 🔍 [Auto-generation of L2 constructs](https://github.com/aws/aws-cdk-rfcs/issues/611) |
| 41 | +* 🚀 [VPC Construct with Full Control](https://github.com/aws/aws-cdk/tree/main/packages/%40aws-cdk/aws-ec2-alpha) |
| 42 | +* 🚀 [AWS APIGateway_v2 graduation](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_apigatewayv2-readme.html) |
| 43 | +* 🚀 [AWS Batch graduation](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_batch-readme.html) |
| 44 | +* 🚀 [AWS Synthetics graduation](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_synthetics-readme.html) |
| 45 | +* 🛠️ [CloudFront Origin Access Control L2](https://github.com/aws/aws-cdk-rfcs/issues/617) |
| 46 | +* 🛠️ [AWS Cognito_Identity_pool graduation](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cognito-identitypool-alpha-readme.html) |
| 47 | +* 🛠️ [AWS Kinesis_firehose graduation](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-kinesisfirehose-alpha-readme.html) |
| 48 | +* 🚦️ [Rewrite EKS L2](https://github.com/aws/aws-cdk-rfcs/issues/605) |
| 49 | +* 🔍 [aws-lambda-python graduation](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-lambda-python-alpha-readme.html) |
| 50 | +* 🔍 [Auto-generation of L2 constructs](https://github.com/aws/aws-cdk-rfcs/issues/611) |
| 51 | +* 🔍 [Glue Alpha Construct Graduation](https://github.com/aws/aws-cdk/issues/7534) |
| 52 | +* 🔍 [aws-servicecatalogappregistry](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-servicecatalogappregistry-alpha-readme.html) |
48 | 53 |
|
49 | 54 | ### Updates/Enhancements
|
50 | 55 |
|
51 |
| -- 🚀 [Lambda Code: New static method to support custom build commands](https://github.com/aws/aws-cdk/issues/18470) |
52 |
| -- 🚀 [API Gateway Rest API: deploy RestApi to an existing stage](https://github.com/aws/aws-cdk/pull/29486) |
53 |
| -- 🚀 [Route53 Alias Record Imports](https://github.com/aws/aws-cdk/pull/29565) |
54 |
| -- 🚀 [Secure CDK Deployments with IAM Permission Boundaries](https://aws.amazon.com/blogs/devops/secure-cdk-deployments-with-iam-permission-boundaries/) |
| 56 | +- 🚀 [Upgrade custom resources for managed lambda runtime from Node18 to Node20](https://github.com/aws/aws-cdk/issues/29786) |
55 | 57 | - 🛠️ [Upgrade from the AWS SDK V2 to V3](https://github.com/aws/aws-cdk/issues/29694)
|
56 |
| -- 🛠️ [Upgrade custom resources for managed lambda runtime from Node18 to Node20](https://github.com/aws/aws-cdk/issues/29786) |
57 | 58 |
|
58 | 59 | ### User Experience
|
59 | 60 |
|
60 |
| -- 🚀 [CDK Migrate](https://aws.amazon.com/blogs/devops/announcing-cdk-migrate-a-single-command-to-migrate-to-the-aws-cdk/) |
61 |
| -- 🚀 [CDK Watch: Support for Advanced Logging Controls with AWS Lambda](https://github.com/aws/aws-cdk/pull/29451) |
| 61 | +- 🛠️ [Garbage Collection for Assets](https://github.com/aws/aws-cdk-rfcs/issues/64) |
62 | 62 | - 🚦️ [Programmatic Access of the AWS CDK CLI](https://github.com/aws/aws-cdk-rfcs/issues/300)
|
63 |
| -- 🚦 [Garbage Collection for Assets](https://github.com/aws/aws-cdk-rfcs/issues/64) |
64 | 63 | - 👂🏽 [CDK Refactoring](https://github.com/aws/aws-cdk-rfcs/issues/162)
|
65 |
| -- 🚫 [Local application testing](https://github.com/aws/aws-cdk-rfcs/issues/585) |
66 |
| -- 🚫 [Upgrade deployment debugging experience](https://github.com/aws/aws-cdk-rfcs/issues/583) |
67 |
| -- ️🚫 [Understand deployment progress within CloudFormation](https://github.com/aws/aws-cdk-rfcs/issues/586) |
68 | 64 |
|
69 | 65 | ### Community contribution call-outs
|
70 | 66 |
|
|
0 commit comments