Christian Nieves

Results 15 comments of Christian Nieves

Any reason this hasn't been merged?

It looks like the PR was merged but I don't see this setting on my device.

Is this going anywhwere? Or has an alternative PR been made/merged? This has been open since Aug 2018.

According to `CloudFormationResourceSpecification.json`(https://d1uauaxba7bl26.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json) on L23522 has: ``` "AWS::AppSync::GraphQLApi.AdditionalAuthenticationProviders": { "Type": "List", "Required": false, "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-additionalauthenticationproviders.html", "ItemType": "AdditionalAuthenticationProvider", "UpdateType": "Mutable" }, ``` while the generated `cloudformation.schema.json` has: ``` "AWS::AppSync::GraphQLApi.AdditionalAuthenticationProviders": { "additionalProperties":...

These resource properties are getting lost during the JSON unmarshal step at `generate/generate.go L163`. This is because the shape of the resource defined in the json is ``` type GraphQLApi_AdditionalAuthenticationProviders...

Also having this issue...

@msinger It's very possible! I don't have a digital electronics background, I almost exclusively work in software and this was my first foray into the electronics world beyond basic arduino...

Thanks! I just made the FPGA code I mentioned public if you're curious: https://github.com/squk/VSASDTC

@msinger whoops, it should be public now!