aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.71k stars 3.94k forks source link

(aws-ec2): L2 Transit Gateway #17528

Open NukaCody opened 3 years ago

NukaCody commented 3 years ago

Description

L2 Construct for Transit Gateway

Use Case

Transit Gateways are used to build a centralize hub and spoke model, common in complex networking environments with multiple VPCs.

Proposed Solution

The code has been written for a side project, would love to contribute it upstream but wanted to make sure I'm not conflicting with anything: https://github.com/NukaCody/l2-transit-gateway

Other information

No response

Acknowledge

njlynch commented 2 years ago

Hi @NukaCody !

Thanks for the idea and link to your construct library! To help us prioritize new L2s, we look for interest and engagement from the community (as well as internal metrics on how much usage the underlying L1s receive). I'm going to initially assign this as a p2, meaning we aren't able to work on this immediately.

We use 👍 s to help prioritize our work; you can reach out to the cdk.dev community on Slack to solicit support for prioritization.

Once we have a good number of people voting to prioritize this, we can dive in. The first step(s) would be to review the API via either an issue in our RFCs repo or as a PR against this issue with just the module's README, showing the API off and how a user would interact with it.