You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Affected area/feature
The text was updated successfully, but these errors were encountered:
Hello!
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.
Affected area/feature
The text was updated successfully, but these errors were encountered: