AWS CloudFormation 模板:如何获取模板信息?

AWS CloudFormation templates: how to get templates info?

如何以某种技术格式获取 AWS CloudFormation 模板架构信息?这里提供了一个文档:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html 我想以某种技术格式获取所有模板的所有信息。我可以抓取官方文档,但我相信应该有更好的方法。有没有更好的办法?

这可能不是最好的解决方案,但其他人在您之前已经这样做过,因此您可以使用他们所做的。 Here's one example.