Closed jdreaver closed 7 years ago
AWS now provides a JSON schema for all of CloudFormation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html
We could use this instead of using our own docs HTML scraper and custom schemas.
If anyone wants to follow along, I'm working on the official-spec-file branch.
official-spec-file
Open PR here: https://github.com/frontrowed/stratosphere/pull/37
Closed via #37
AWS now provides a JSON schema for all of CloudFormation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html
We could use this instead of using our own docs HTML scraper and custom schemas.