shinesolutions/aem-stack-manager-messenger

Display action/event log message

cliffano opened this issue · 3 comments

Another step to be added to the playbook is one that downloads the log from S3 to the workspace, and then optionally display the log output (e.g. if the result is a failure, display the log output, if it's a success, up to user to check the log file in the filesystem).

This will help the user with troubleshooting the result of the action.

To Display action/event log message probably they need to be stored in the S3 Stack Manager folder.

At the moment they are stored under S3Bucket/SSMOutput and should be in S3Bucket/Stack-prefix/StackManager/SSMOutput

Lambda configuration file is now created with the path for the SSMOutput under the Stack-Manager folder.

See shinesolutions/aem-aws-stack-builder#94