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.7k stars 3.93k forks source link

aws-glue: Addition of Glue Workflow #31010

Open Rizxcviii opened 3 months ago

Rizxcviii commented 3 months ago

Describe the feature

Regarding the RFC for AWS Glue (https://github.com/aws/aws-cdk-rfcs/issues/497), there was mention of a Glue workflow L2 construct, which included functionality for adding triggers. I don't think that has been added as of yet.

Use Case

Working with the L1 construct adds a bit too much boilerplate code, that can be reduced using the functions given in the RFC

Proposed Solution

Implement the RFC for glue workflows under https://github.com/aws/aws-cdk-rfcs/issues/497

Other Information

No response

Acknowledgements

CDK version used

2.147

Environment details (OS name and version, etc.)

Windows 11

ashishdhingra commented 3 months ago

@Rizxcviii Good morning. Thanks for opening feature request. I do see that there is no mention of WorkFlow in aws-glude-alpha module API documentation. So looks like this functionality is not yet implemented. Kindly note that it is an experimental module.

Feel free to submit PR implementing this feature, which could be reviewed by the team.

Thanks, Ashish