如何通过 AWS 中的 Node Js 获取 Cloudformation 模板值?

How to get Cloudformtion Template out values thorugh NodeJs in AWS?

在这种情况下,我创建了 Master CFT 并且我正在获取输出值(例如:SecurityGroup、VPC 等),我必须将这些值存储在本地的 Nodejs 变量中,并且我必须稍后传递多个 CFT,是否有任何获取堆栈所有资源的方法?

describe-stacks and describe-stack-resources 将为您提供所需的数据。