有没有办法像Serverless.yml文件一样在aws-sam template.yaml文件中添加自定义插件,例如:
plugins:
- plugin-1
- plugin-2
custom:
abc:
accountId: "************" 发布于 2019-01-12 22:52:29
不,不完全是。但是,SAM模板只是一个未转换的Cloudformation模板。因此,根据您想要实现的确切目标,创建CFN Macro可能是一种选择。
https://stackoverflow.com/questions/54076029
复制相似问题