2
votes

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?

1
Found their current documentation (Jan. 2019). Doesn't list all options, but the template-anatomy section gives at least their required components and required order: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/…slushy

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.