aws-cloudformation / cloudformation-template-schema

Inline syntax validation, documentation links and autocompletion for your CloudFormation templates.
Apache License 2.0
141 stars 24 forks source link

testing end-to-end Template Schema generation #43

Closed PatMyron closed 4 years ago

PatMyron commented 4 years ago

VSCode Template Schema PRs

adding testing beyond https://github.com/aws-cloudformation/aws-cloudformation-template-schema/pull/42 to test Template Schema generation


Using the latest Resource Specification results in:

Json referenced but not defined in AWS::IoT::ProvisioningTemplate

https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iot/pull/1#discussion_r437761778

don't think we want to include Resource Specification JSON patching in this repository as well..

could switch regions to avoid the AWS::IoT::ProvisioningTemplate error but the Resource Specification for AWS::SSM::Association is also malformed and available in every region


so trying the last Resource Specification version without property types referenced but not defined: https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/100


Probably will start failing if this dependabot commit is merged into this branch: https://github.com/aws-cloudformation/aws-cloudformation-template-schema/pull/44#issuecomment-652625502