Replies: 2 comments
-
Yeah, you're right, based on the doc it should only take string, should be safe to change Ref type to https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Saw the new release, thank you. I also saw that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find my self writing
Fn.Ref (Fn.String ...)
an awful lot, and I don't think I've ever seen an instance whereFn::Ref
was taking a non-literal string as an argument. Does CloudFormation support recursiveFn::Ref
s, and if not, should this be tighened toRef : Text -> Fn
?Alternatively, would you take a PR that added
Fn.refText : Text -> Fn/Type
for the common case, in similar spirit toFn.renderText
?Beta Was this translation helpful? Give feedback.
All reactions