aws-cloudformation / cfn-language-discussion

Language discussions for CloudFormation template language
https://aws.amazon.com/cloudformation/
Apache License 2.0
142 stars 13 forks source link

Add a !Link (or equivalent) function #50

Open benbridts opened 3 years ago

benbridts commented 3 years ago

A lot of time writing CloudFormation is spent by looking up expected inputs and outputs. With questions like:

A new function, possibly called !Link could remove this friction in a lot of cases:

For the case where there is a 1-to-1 mapping CloudFormation should be able to figure out which attribute is needed and resolve it. For other cases there could be:

JimmyDqv commented 2 years ago

+1

lejiati commented 2 years ago

@benbridts Thank you very much for your feedback! Since this repository is focused on resource coverage, I'm transferring this issue over to a new GitHub repository dedicated to CloudFormation template language issues.