Hi,
Unfortunately I have some problems to validate yaml documents for AWS CloudFormation.
I have following line in my Template:
TemplateURL: !Join ["/", [ !FindInMap [CFNBucket, !Ref "AWS::Region", !Ref "Environment" ], "cfn-generic/s3_single.yaml"]]
Starting with !Join I get following error:
JS-YAML: unknown tag <!Join> at line 37, column 20
Is there a solution to workaround with this, so that I can validate my templates. E.g. CustomTags that are ignored.
Hi,
Unfortunately I have some problems to validate yaml documents for AWS CloudFormation.
I have following line in my Template:
TemplateURL: !Join ["/", [ !FindInMap [CFNBucket, !Ref "AWS::Region", !Ref "Environment" ], "cfn-generic/s3_single.yaml"]]Starting with !Join I get following error:
JS-YAML: unknown tag <!Join> at line 37, column 20Is there a solution to workaround with this, so that I can validate my templates. E.g. CustomTags that are ignored.