fix(core): "exports cannot be updated" for cross-region references#37790
Conversation
|
PRs without a linked issue will receive lower priority for review and merging. Please update the description to follow the PR template and include a line like |
|
|
||||||||||||||||||
|
|
||||||||||||||||||||||
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status
This pull request spent 5 hours 51 minutes in the queue, including 31 minutes 41 seconds running CI. Required conditions to merge
|
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
The
ExportWriter/ExportReadermechanism produces strong references (emulating CloudFormation's mechanism forFn::ImportValue/Export). As such, we can't simply replace it withFn::GetStackOutput, and we'll need a feature flag to control the behavior.Closes #37788.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license