All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 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.
- The solution now exports the Amazon SNS Topic ARN as
SNSTopicArn
.
- 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.
- All files, initial version