mbj / stratosphere

Haskell EDSL and type-checker for AWS CloudFormation templates
MIT License
162 stars 19 forks source link

Use the AWS-provided JSON schemas, not our own custom ones #35

Closed jdreaver closed 7 years ago

jdreaver commented 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.

jdreaver commented 7 years ago

If anyone wants to follow along, I'm working on the official-spec-file branch.

jdreaver commented 7 years ago

Open PR here: https://github.com/frontrowed/stratosphere/pull/37

jdreaver commented 7 years ago

Closed via #37