问题标签 [troposphere]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
56 浏览

python - 是否有任何解决方法可以在对流层模板中使用 if 语句?

我正在尝试if在对流层中添加一个语句add_resource,但我不能。有什么解决方法吗?

编辑:

我也尝试使用三元运算符,但是没有用。

0 投票
0 回答
51 浏览

python - 如何从对流层中的 Ref 类获取数据?

我想获取对流层中 Ref 类中的参数值?我怎么能接受它?

这是课程:

if Ref(environment) != "infra": ... 由于其结构,它无法匹配。

0 投票
1 回答
43 浏览

python - 无论如何在对流层中使用 try/catch 吗?

我正在使用 scepter 用户数据,但不能使用 AWS::NoValue 。由于我不想对当前模板进行太多更改,因此我想做一个解决方法,但我在 try 行中看到一个警告,即Expected expression Pylance. 在这种情况下如何使用 try catch?如果我不能,有什么解决方法吗?