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

Go SDK outputs are mismatched

iann0036 opened this issue · comments

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