Skip to content

arminhammer/cfn-doc-json-stubs

Repository files navigation

npm version

cfn-doc-json-stubs

CloudFormation documentation to json scraper script

This project has been made obsolete because AWS publishes the CloudFormation spec as JSON now: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html

Usage

Download html

From the command line, run the following:

$ node generate.js download

This will scrape the CloudFormation html documentation and save them to a new folder named html/.

Generate the json

If the html has been downloaded, run the following command next:

$ node generate.js generate-json

This will generate the json files from the html pages.

About

CloudFormation documentation to json scraper script

Resources

License

Stars

Watchers

Forks

Packages

No packages published