【发布时间】:2017-12-04 19:37:45
【问题描述】:
我正在使用 AWS 提供的模板,该模板在嵌套堆栈调用中使用 "DependsOn": []。 我知道依赖可以有一个列表依赖,但从来没有遇到过。
BucketsStack": {
"DependsOn": [],
"Properties": {
"Parameters": {
"CreateDemonstration": {
"Ref": "CreateDemonstration"
},
【问题讨论】:
标签: amazon-web-services aws-lambda amazon-cloudformation