有没有办法在 aws-sam template.yaml 文件中添加自定义插件,例如 Serverless.yml 文件:
plugins:
- plugin-1
- plugin-2
custom:
abc:
accountId: "************"
有没有办法在 aws-sam template.yaml 文件中添加自定义插件,例如 Serverless.yml 文件:
plugins:
- plugin-1
- plugin-2
custom:
abc:
accountId: "************"
不,不完全是。但是,SAM 模板只是未转换的 Cloudformation 模板。因此,根据您想要实现的具体目标,创建 CFN宏可能是一种选择。