Supported functions in Fn::Transform
This is a note-to-self about Fn:Transform in AWS CloudFormation.
When combined with the macro AWS::Include, as of today, the
included template is limit to these functions:
Fn::Base64Fn::GetAttFn::GetAZsFn::ImportValueFn::JoinFn::SplitFn::FindInMapFn::SelectRefFn::EqualsFn::IfFn::NotConditionFn::AndFn::OrFn::ContainsFn::EachMemberEqualsFn::EachMemberInFn::ValueOfFn::ValueOfAllFn::RefAllFn::SubFn::Cidr
By the way, isn’t it amazing that only Ref and Condition are available in short
form? Where’s the consistency, AWS?