pulumi-cdk
pulumi-cdk copied to clipboard
Precise AWS::StackId, AWS::StackName handling
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
CloudFormation Ref intrinsic may resolve pseudo-parameters such as AWS::StackId, AWS::NotificationARNs, AWS::StackName.
In pulumi-cdk these are currently replaced by the CDK stack node ID. For most applications there should be no impact as these are used as FYI labels. This issue is tracking eventually getting the pulumi-cdk behavior to line up precisely with CloudFormation to make this correct for applications where it does matter.