AWS::Personalize::*
1. These following resources for AWS Personalize are currently missing on CFN
- ~~
AWS::Personalize::Dataset~~ - ~~
AWS::Personalize::DatasetGroup~~ - ~~
AWS::Personalize::Schema~~ - ~~
AWS::Personalize::Solution~~ AWS::Personalize::DatasetImportJobAWS::Personalize::SolutionVersionAWS::Personalize::EventTrackerAWS::Personalize::BatchInferenceJobAWS::Personalize::Campaign
2. Scope of request
AWS::Personalize::* - can create resource via API, but not via CloudFormation
3. Expected behavior
To be able to create an end-to-end solution using AWS Personalize with Cloudformation, or CDK
5. Helpful Links to speed up research and evaluation
https://docs.aws.amazon.com/personalize/latest/dg/API_Types.html
6. Category (required)
Machine Learning
Would be great to have this made available
Are there any plans on it? Personalize is already 1 year old and it would be nice to have option to deploy it via CF, since it has a lot of different resources types that are required to make it work.
And over another year later there's still no CloudFormation support for Personalize from what I can see ? (unless I'm missing something hopefully).
It is now available (partially, anyway). Here's the announcement and the docs.
Thanks @felixherve I've updated the list and crossed-out all of the types that are available now. I'll still keep the ticket open for the other types.
Please add event tracker
Please add event tracker
AWS::Personalize::EventTracker is a particularly odd omission. You can't submit events until its created, and you need to know the generated id of the tracker before you can submit events.