shalupov / idea-cloudformation

AWS CloudFormation plugin for IntelliJ-based IDEs (IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, DataGrip, CLion)
https://teamcity.jetbrains.com/viewType.html?buildTypeId=IdeaAwsCloudFormation_Master_Build&guest=1
Apache License 2.0
136 stars 27 forks source link

new schema specification from AWS #74

Open sdole opened 7 years ago

sdole commented 7 years ago

AWS has published a schema specification for cloudformation. I wonder if this makes it easier to update features on this plugin.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html https://aws.amazon.com/about-aws/whats-new/2016/11/aws-cloudformation-introduces-resource-specifications-cross-stack-reference-update-and-coverage-updates/

shalupov commented 7 years ago

It's ok to parse web documentation, but downloading a spec brings support for new resource types without new plugin version as suggested in #76

sdole commented 7 years ago

Yeah, the spec urls are on this page: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html

sdole commented 7 years ago

For example, in us-east-1 the url is https://dnwj8swjjbsbt.cloudfront.net/latest/CloudFormationResourceSpecification.json