Describe the bug
Whilst creating CodePipelines I've found that the CloudFormation output doesn't map the Stage properties correctly. The parameters within the Stages field are camelcase and not uppercase as per the YAML standard.
Related Mapping
AWS::CodePipeline::Pipeline
Properties: Stages.Name, Stages.Actions.*
Related Language
CFN yml
To Reproduce
Steps to reproduce the behavior:
Create a CodePipeline, check CF YML Stages.
Describe the bug Whilst creating CodePipelines I've found that the CloudFormation output doesn't map the Stage properties correctly. The parameters within the Stages field are camelcase and not uppercase as per the YAML standard.
Related Mapping AWS::CodePipeline::Pipeline
Related Language CFN yml
To Reproduce Steps to reproduce the behavior: Create a CodePipeline, check CF YML Stages.
Screenshots