Nick Kirby
Nick Kirby
I concur that the name of the pipeline should reflect the name of the account. Even with tags, that doesn't help when looking for which of the CodeBuild run's we...
Is there a reason the pipeline construct can't just have a variable that tells the mutating step to replace `Execute a change set` to `delete a stack` and then rerun...
It doesn't need to keep a state, it can use [the existing code pipeline API](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_GetPipeline.html) to see the current state. It should also be able to use `cdk diff` to...
I am facing the same issue. It's quite annoying to have to log into the OS just to use my keyboard, mouse, and monitor. It really makes it impossible to...
I discovered that `ssm:ListCommandInvocations` was also missing from the list, so I added that to the PR.
I forgot to mention, the PR I submitted is based on the 3.3.5 template, not the 3.3.4 template. The only difference is the 3.3.5 template had already added the `ssm:GetDocument`...