cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

AWS::Personalize::*

Open netroy opened this issue 5 years ago • 7 comments

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::DatasetImportJob
  • AWS::Personalize::SolutionVersion
  • AWS::Personalize::EventTracker
  • AWS::Personalize::BatchInferenceJob
  • AWS::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

netroy avatar Dec 23 '19 12:12 netroy

Would be great to have this made available

dietkinnie avatar Jul 28 '20 09:07 dietkinnie

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.

PatrykMilewski avatar Aug 26 '20 09:08 PatrykMilewski

And over another year later there's still no CloudFormation support for Personalize from what I can see ? (unless I'm missing something hopefully).

chrisella avatar Nov 27 '21 13:11 chrisella

It is now available (partially, anyway). Here's the announcement and the docs.

felixherve avatar Mar 31 '22 14:03 felixherve

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.

netroy avatar Mar 31 '22 17:03 netroy

Please add event tracker

TomRaf17 avatar Mar 10 '23 09:03 TomRaf17

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.

adrian-skybaker avatar Jan 04 '24 03:01 adrian-skybaker