(sagemaker): add L1 support for MlflowTrackingServer resource #31112
Labels
@aws-cdk/aws-sagemaker
Related to AWS SageMaker
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Describe the feature
Currently, AWS CloudFormation supports the AWS::SageMaker::MlflowTrackingServer resource. However, this support is not yet available in AWS CDK (I've checked the docs in version 2.151.0). Adding Level 1 (L1) support for this resource in the CDK would allow users to define and manage MlflowTrackingServers using the CDK framework.
Use Case
I need this feature because there is no direct way to manage MlflowTrackingServer resources using AWS CDK other than creating a custom resource.
Proposed Solution
Implement L1 support by generating a construct for AWS::SageMaker::MlflowTrackingServer in the CDK.
Other Information
No response
Acknowledgements
CDK version used
2.151.0
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: