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

Go SDK outputs are mismatched #9

Open iann0036 opened 5 years ago

iann0036 commented 5 years ago

Describe the bug Many Go object parameters are incorrect.

Related Mapping All

Related Language Go

To Reproduce Example:

        Owner: []*string{
            aws.String("self"),
        },
        Filter: []*ec2.Filter{
            &ec2.Filter{
                Name: aws.String("ImageState"),
                Values: []*string{
                    aws.String("available"),
                },
            },
        },
        MaxResults: aws.Int64(50),
    })

Expected behavior Reference the godoc?

Screenshots N/A

Additional context N/A