javanile / yamlinc

Compose multiple YAML files into one with $include tag. Split Swagger/OpenAPI into multiple YAML files.
MIT License
114 stars 22 forks source link

An error is furnished when !Ref tag from SAM is encountered and the file compliation is terminated. #38

Open vishnumanohar7 opened 3 months ago

vishnumanohar7 commented 3 months ago

Analize : template.yaml

Problem : Error on file 'template.yaml' unknown tag !<!Ref> at line 25, column 46: ... nment: !Equals [!Ref Environment, dev] ^ Compile : template.inc.yaml

emogames commented 2 weeks ago

Facing the same problem with !GetAtt in sam: Problem : Error on file '././components/xyz.yml' unknown tag !<!GetAtt> at line 24, column 48: ... ue: !GetAtt QueueAbc.Arn