You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
### Added
- [Service Catalog AppRegistry](https://docs.aws.amazon.com/servicecatalog/latest/arguide/intro-app-registry.html) resource to register the CloudFormation template and underlying resources as an application in both Service Catalog AppRegistry and AWS Systems Manager Application Manager
### Changed
- Upgraded CDK version to 2.44.0
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
8
+
[1.3.0] - 2022-11-17
9
+
10
+
### Added
11
+
12
+
[Service Catalog AppRegistry](https://docs.aws.amazon.com/servicecatalog/latest/arguide/intro-app-registry.html) resource to register the CloudFormation template and underlying resources as an application in both Service Catalog AppRegistry and AWS Systems Manager Application Manager
13
+
14
+
### Changed
15
+
16
+
- Upgraded CDK version to 2.44.0
17
+
7
18
## [1.2.0] - 2022-01-31
19
+
8
20
### Added
9
-
- The solution now supports batch segment jobs to get user segments with your solution version. Each user segment is
10
-
sorted in descending order based on the probability that each user will interact with items in your inventory.
11
-
- The solution now supports domain dataset groups.
12
21
13
-
### Changed
22
+
- The solution now supports batch segment jobs to get user segments with your solution version. Each user segment is
23
+
sorted in descending order based on the probability that each user will interact with items in your inventory.
24
+
- The solution now supports domain dataset groups.
25
+
26
+
### Changed
27
+
14
28
- Upgraded to CDKv2.
15
29
16
30
## [1.1.0] - 2021-11-22
31
+
17
32
### Added
33
+
18
34
- The solution now creates an Amazon EventBridge event bus, and puts messages to the bus when resources have been
19
-
created by the workflow. This can be useful when integrating with external systems.
35
+
created by the workflow. This can be useful when integrating with external systems.
20
36
- The solution now contains a command line interface (CLI) that allows schedule creation for existing resources in
21
-
Amazon Personalize.
37
+
Amazon Personalize.
22
38
23
39
## [1.0.1] - 2021-10-01
40
+
24
41
### Added
42
+
25
43
- The solution now exports the Amazon SNS Topic ARN as `SNSTopicArn`.
26
44
27
-
### Changed
45
+
### Changed
46
+
28
47
- The SNS message format will change based on the protocol used. For Amazon SQS and Email-JSON endpoints, a JSON payload
29
-
will be sent. The message sent to subscribed Email endpoints is unchanged.
48
+
will be sent. The message sent to subscribed Email endpoints is unchanged.
30
49
- The Amazon CloudWatch dashboard deployed by the solution will be replaced with a dashboard containing the stack's
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,6 +284,8 @@ batch/
284
284
└── job_config.json.out
285
285
```
286
286
287
+
Note: It is not recommended to use `performAutoML` as this feature will be deprecated in the future. Please take the time to select the most appropriate recipe for the use-case and skip this feature. Refer [FAQs](https://github.com/aws-samples/amazon-personalize-samples/blob/master/PersonalizeCheatSheet2.0.md).
288
+
287
289
## Creating a custom build
288
290
To customize the solution, follow the steps below:
289
291
@@ -293,8 +295,8 @@ The following procedures assumes that all the OS-level configuration has been co
293
295
*[AWS Command Line Interface](https://aws.amazon.com/cli/)
294
296
*[Python](https://www.python.org/) 3.9 or newer
295
297
*[Node.js](https://nodejs.org/en/) 16.x or newer
296
-
*[AWS CDK](https://aws.amazon.com/cdk/) 2.7.0 or newer
0 commit comments