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

Personalize Support? #5487

Open manbearshark opened 4 years ago

manbearshark commented 4 years ago

Are there plans in the near future to support the Personalize ML service?

Use Case

I think CDK lends itself well to configuring and maintaining the infrastructure needed for Personalize services linked to web and mobile applications. I recently ran into an issue on a project where I tried to use CDK to configure a stack containing Personalize but could not include that service directly in my stack via CDK.

Proposed Solution

I would propose an aws-cdk module that can support the Personalize CFN templates if no one is working on this already.

Other


This is a :rocket: Feature Request

netroy commented 4 years ago

The blocker here is the lack of CFN resources for Personalize.

I have a working set of custom resources for DatasetGroup, Dataset, Schema, & Solution. I couldn't manage to rewrite these using the new CustomResource framework (mostly due to lack of time). But, If someone sends a PR, I'd be glad to provide assistant.

Edit: I have created a ticket to keep track of these.

manbearshark commented 4 years ago

I would be happy to help port your code over @netroy

PatMyron commented 4 years ago

https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/314

netroy commented 2 years ago

Just an update: DatasetGroup, Dataset, Schema, & Solution are available now as Cloudformation constructs.