@awscloud Hey, I’d love for CodePipeline to allow pipelines to be listed using their `Name` tag in the console. Autogenerated pipeline names aren’t very readable, and IMO are mostly considered to be the Pipeline persistent ID. I’m sure I can’t be the only one suggesting this.
@buildandship FYI: I had to remove my AirPods Max when trying Narrated due to high volume static noise coming out of them when running the app. Uncomfortable enough to stick with QuickTime for screen recordings for now.
@CraigLefkowitz@AWSCloudFormer I guess this makes sense from a CLI standpoint, but being able to run CodePipeline with source changes with no changes to CFN templates is a must, and one of the beautiful things of using CodePipeline and CFN ☺️
@AWSCloudFormer I was so happy to learn about CFN modules until I realized that using them in CodePipeline doesn’t work if the stack to be updated has no changes ☹️
@CraigLefkowitz@AWSCloudFormer With resources containing CFN modules with the `::MODULE` suffix, the action fails with an error saying transform failed due to no changes if there are no changes.