awsdocs / aws-cloudformation-user-guide

The open source version of the AWS CloudFormation User Guide
Other
765 stars 1.3k forks source link

Need Support: Dynamic refer for Fn::Transform #1330

Closed pek77 closed 11 months ago

pek77 commented 1 year ago

Hi Team, Is any possible support Fn::Transform name for dynamic refer?

I wanna use Macro(Fn::Transform) by using dynamic refer, such as Aws.StackName or Import Value.

When deploy, it says: Key Name of transform definition must be a string.

Because I deploy a new Macro for name AWS::StackName and wanna use this name for dynamic refer.

 "Fn::Transform": {
         "Name": {
          "Ref": "AWS::StackName"
         },
         "Parameters": {
          "InputString": {
           "Ref": "AWS::StackName"
          },
          "Operation": "Lower"
         }
        }
       },

Is any possible support this feature?

joshbean commented 11 months ago

Closing this issue or pull request in advance of archiving this repo. For more information about the decision to archive this repo (and others in the 'awsdocs' org), see the announcement on the AWS News Blog.