Open manbearshark opened 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.
I would be happy to help port your code over @netroy
Just an update: DatasetGroup
, Dataset
, Schema
, & Solution
are available now as Cloudformation constructs.
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