pulumi-cdk icon indicating copy to clipboard operation
pulumi-cdk copied to clipboard

Precise AWS::StackId, AWS::StackName handling

Open t0yv0 opened this issue 1 year ago • 0 comments

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.

Affected area/feature

t0yv0 avatar Nov 22 '24 18:11 t0yv0