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
I have been using this action for a while now and always thought it was missing the ability to watch/monitor the stack progress from the github actions console. As someone that loved this feature when using the serverless framework, I think this would a great feature to add to this action.
I've written my own script that does this using the npm module cfn-monitor together with the AWS cli, and it works great. I am willing to put out a PR for this feature as well. I think potentially adding a new boolean option called "Verbose" to enable or disable this would be a good idea too.
As far as I can tell, this feature does not currently exist for this action.
The text was updated successfully, but these errors were encountered:
I have been using this action for a while now and always thought it was missing the ability to watch/monitor the stack progress from the github actions console. As someone that loved this feature when using the serverless framework, I think this would a great feature to add to this action.
I've written my own script that does this using the npm module
cfn-monitor
together with the AWS cli, and it works great. I am willing to put out a PR for this feature as well. I think potentially adding a new boolean option called "Verbose" to enable or disable this would be a good idea too.As far as I can tell, this feature does not currently exist for this action.
The text was updated successfully, but these errors were encountered: