Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

(sagemaker): add L1 support for MlflowTrackingServer resource #31112

Closed
2 tasks
dannysteenman opened this issue Aug 14, 2024 · 2 comments
Closed
2 tasks

(sagemaker): add L1 support for MlflowTrackingServer resource #31112

dannysteenman opened this issue Aug 14, 2024 · 2 comments
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

Comments

@dannysteenman
Copy link

dannysteenman commented Aug 14, 2024

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.151.0

Environment details (OS name and version, etc.)

macOS

@dannysteenman dannysteenman added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Aug 14, 2024
@github-actions github-actions bot added the @aws-cdk/aws-sagemaker Related to AWS SageMaker label Aug 14, 2024
@ashishdhingra
Copy link
Contributor

@dannysteenman Thanks for opening feature request. Looks like https://github.com/cdklabs/awscdk-service-spec/blob/main/sources/CloudFormationSchema/us-east-1/aws-sagemaker-mlflowtrackingserver.json was added 2 weeks back as part of PR cdklabs/awscdk-service-spec#1146. I takes 2-3 weeks for L1 construct to be available in CDK once the CloudFormation resource specification is updated.

Thanks,
Ashish

@ashishdhingra ashishdhingra added p2 effort/small Small work item – less than a day of effort needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. and removed needs-triage This issue or PR still needs to be triaged. labels Aug 14, 2024
@rix0rrr rix0rrr closed this as completed Sep 6, 2024
Copy link

github-actions bot commented Sep 6, 2024

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
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
Projects
None yet
Development

No branches or pull requests

3 participants