How to get AWS CloudFormation templates schema info in some technical format? There's a documentation provided here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html I would like to get all information for all templates in some technical format. I could scrape official documentation but I believe there should be better way. Is there better way?
2
votes
1 Answers
0
votes
This is probably not the best solution, but other people have done this before you, so you could use what they've done. Here's one example.