iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
MIT License
1.42k stars 87 forks source link

CFN AWS::CodePipeline::Pipeline mapping invalid #29

Closed t04glovern closed 5 years ago

t04glovern commented 5 years ago

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 screen shot 2019-02-26 at 4 05 24 pm

iann0036 commented 5 years ago

Thanks for raising Nathan!

Fix should be available in 0.3.18, available in an hour or so. If you find similar bugs, please raise as you see them. It's very appreciated.