简体   繁体   中英

how to add plugin in aws-sam template.yaml file

is there any way to add custom plugin in aws-sam template.yaml file like Serverless.yml file for eg:

plugins:
  - plugin-1
  - plugin-2

custom:
  abc:
   accountId: "************"  

No, not exactly. However, a SAM template is just a untransformed Cloudformation template. So depending on what precisely you want to achieve, creating a CFN Macro might be an option.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM