(aws-glue): add Connection construct #12442
Labels
@aws-cdk/aws-glue
Related to AWS Glue
effort/large
Large work item – several weeks of effort
feature-request
A feature should be added or improved.
p1
In #5172 and its PRs, the suggestion was made to break a PR down into 2
I've since had a look and realized the work needed involves 3 constructs
Since the original issue and PR have gone without progress for a time, I am contributing some effort here and as such will be creating 3 issues and hopefully 3 PRs to address each of the issues.
This is the first issue; to add the Glue
Connection
constructUse Case
Be able to create Glue jobs with L2 constructs that utilize Glue connections. My immediate use case is to be able to connect data sources in a VPC
Proposed Solution
Introduce a
Connection
L2 construct wrapping the Glue Connection CloudFormation resourceOthers
Some relevant links
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: