Are there plans in the near future to support the Personalize ML service?
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.
I would propose an aws-cdk module that can support the Personalize CFN templates if no one is working on this already.
This is a :rocket: Feature Request
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.
I would be happy to help port your code over @netroy