Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(crossRegionReference): error message missing stack information (#…
…29961) ### Issue #29699 Closes #29699 ### Reason for this change The logic was incorrectly using `Object.entries()` on a Map. ### Description of changes This is a straighforward change to properly handle the map, and an update to tests. ### Description of how you validated changes Updated test ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information