This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Releases: aws-solutions/maintaining-personalized-experiences-with-machine-learning
Releases · aws-solutions/maintaining-personalized-experiences-with-machine-learning
v1.2.0
Added
- The solution now supports batch segment jobs to get user segments with your solution version. Each user segment is
sorted in descending order based on the probability that each user will interact with items in your inventory. - The solution now supports domain dataset groups.
Changed
- Upgraded to CDKv2.
v1.1.0
Added
- The solution now creates an Amazon EventBridge event bus, and puts messages to the bus when resources have been
created by the workflow. This can be useful when integrating with external systems. - The solution now contains a command line interface (CLI) that allows schedule creation for existing resources in
Amazon Personalize.
Refer to changelog for more information.
v1.0.1
Added
- The solution now exports the Amazon SNS Topic ARN as
SNSTopicArn.
Changed
- The SNS message format will change based on the protocol used. For Amazon SQS and Email-JSON endpoints, a JSON payload
will be sent. The message sent to subscribed Email endpoints is unchanged. - The Amazon CloudWatch dashboard deployed by the solution will be replaced with a dashboard containing the stack's
region name.
Refer to changelog for more information.