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.
- Removed preview config parameter
min-preview-publish-instances
, as if we want to proceed with offline-snapshot even if no preview instance is found.
- Added test cases for aem_offline_snapshopt
- Updated Offline Snapshot to support offline backup & offline compaction of preview architecture
- Updated Makefile target
ci
to run tests - Improved DDB Client error logging [#50]
- Fixed naming of suspended processes while aem_offline_snapshot lambda is running
- Add new process to suspend/resume ASG process
AZRebalance
while aem_offline_snapshot lambda is running [#45]
- Add
AemId
tag filter when selecting snapshots for purge in order to ensure the clean up of AEM-only snapshots and not other application's
- Add ssm parameter
executionTimeout
to aem_offline_snapshot lambda
- Add new process to suspend/resume ASG process
AlarmNotification
while aem_offline_snapshot lambda is running [shinesolutions/aem-aws-stack-builder#295]
- Fix print of wrong instance count while updating publish-dispatcher ASG.
- Add new lambda function for streaming CloudWatch logs to S3
- Fixed passing of wrong parameter type on offline-snapshot [#37]
- Fixed ec2 filter for getting AEM Author-Standby instance [#35]
- Lock down dependencies version
- Handle inexistent author-standby component during offline-snapshot/offline-compaction-snapshot [#28]
- Add additional log messages for the Offline Snapshot Lambda function [#29]
- Rename offline-snapshot, offline-compaction-snapshot with full-set suffix
- Remove unused scripts/manage_document_permission.py
- Handle existing escaped backslashes in package filter
- Export backup package filter no longer needs to be escaped
- Update AEM Stack Manager Lambda function to improve flexibility
- Add new command flush-dispatcher-cache
- Add missing message_id parameter from offline snapshot AEM publish start/stop
- Add aemid parameter in order to handle multi AEM instances on the same server
- Fix offline snapshot message payload
- Change artifact type to zip
- Initial version