Closed pek77 closed 11 months 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.
Aws.StackName
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.
AWS::StackName
"Fn::Transform": { "Name": { "Ref": "AWS::StackName" }, "Parameters": { "InputString": { "Ref": "AWS::StackName" }, "Operation": "Lower" } } },
Is any possible support this feature?
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.
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.Is any possible support this feature?