什么是最好的 tool/Framework 开发 cloudformation 模板

what is the best tool/Framework to develop a cloudformation templates

我想知道是否有一个框架(简单且开发良好)来为生产环境开发 AWS cloudformation 模板?

提前致谢

AWS CloudFormation Designer

AWS CloudFormation Designer (Designer) 是一种用于创建、查看和修改 AWS CloudFormation 模板的图形工具。借助 Designer,您可以使用 drag-and-drop 界面绘制模板资源图,然后使用集成的 JSON 和 YAML 编辑器编辑它们的详细信息。

参考:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/working-with-templates-cfn-designer.html

您可以使用 AWS Cloudformation Designer 工具。 参考:https://us-west-2.console.aws.amazon.com/cloudformation/designer/home?region=us-west-2&templateURL=https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fcloudformation-templates-us-west-2%2FDynamoDB_Table.template#

我到处搜索,我创建了这个工具 https://sceptre.cloudreach.com/latest/docs/get_started.html

我认为它是目前最好的工具。