How can I quickly and effectively debug CloudFormation templates?

前端 未结 12 1344
野的像风
野的像风 2020-11-30 20:53

CloudFormation is a powerful AWS offering that allows the programmatic creation of AWS resource stacks, such as the web tier of an application, a high performance computing

12条回答
  •  情歌与酒
    2020-11-30 21:52

    Please checkout my cloudformation validator at https://pypi.org/project/cloudformation-validator/

    This will validate the schema and then validate again a list of rules, and allow for custom rules. I also allows for easy integration with deployment tools.

提交回复
热议问题