pitkley / aws-search-extension

A search-extension, providing quick, fuzzy-search results for AWS developers. Includes AWS API, AWS CLI and AWS CloudFormation references. Compatible with most browsers.
Apache License 2.0
19 stars 0 forks source link

feat: generate CFN index from CloudFormation specs #201

Closed pitkley closed 9 months ago

pitkley commented 9 months ago

Instead of using the CloudFormation specs from https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html, this adds the cfn-lint tool as a submodule, because not only does it make tracking the specification easier (since the established processes in cfn-lint take care of it), but the specs bundled with cfn-lint also contain documentation-links for the intrinsic functions.