How can I quickly and effectively debug CloudFormation templates?

前端 未结 12 1325
野的像风
野的像风 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:40

    Have you looked at the AWS CloudFormation Template Editor that is included in the AWS Toolkit for Eclipse? It has syntax highlighting, statement completion, and deployment to AWS CloudFormation.

提交回复
热议问题