aws-cloudformation / cloudformation-template-schema

Inline syntax validation, documentation links and autocompletion for your CloudFormation templates.
Apache License 2.0
141 stars 24 forks source link

YAML schema error on new intrinsics function Fn::ForEach #69

Open GavinZZ opened 1 year ago

GavinZZ commented 1 year ago

Hi team,

With the new intrinsic function released, Fn::ForEach, I realize that it's not supported by the schema. I use AWS ToolKit for schema support for features like autocomplete. Everything else works great except when I try to use the new intrinsics, it looks quite nasty.

Screenshot 2023-09-05 at 5 11 56 PM Screenshot 2023-09-05 at 5 12 06 PM

Would it be possible to support Fn::ForEach in the intrinsics.json schema file?

Best