Hacker News new | ask | show | jobs
by bradknowles 1487 days ago
There are many such tools from third parties. But IMO, YAML is not a programming language. It's a language for defining configurations, but that's not the same thing.

AWS has their own Cloud Development Kit (CDK) that works with multiple real languages. So you can do things like loops, or conditionals. Kinda hard to do that with plain YAML.