iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFN AWS::CodePipeline::Pipeline mapping invalid

t04glovern opened this issue · comments

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.

Screenshots
screen shot 2019-02-26 at 4 05 24 pm

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.