glassechidna / stackit

Cross-platform CloudFormation CLI tool for easy synchronous and idempotent stack updates
Apache License 2.0
37 stars 7 forks source link

YAML anchor support #39

Closed aidansteele closed 4 years ago

aidansteele commented 4 years ago

It seems that both aws cloudformation package and sam deploy have supported YAML anchors for a while now, so we should also support it.

The CloudFormation service itself doesn't support them, so we need to resolve the anchor references locally.