Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cdk): transparent cross-stack references #1436
feat(cdk): transparent cross-stack references #1436
Changes from 16 commits
7b97ebb
1f938cf
929b003
d02e16d
ac062fc
935fd82
9f40aa2
c1d4dc1
5d85318
4219539
d8876bf
0a724b4
445805f
cc928f8
3cb539f
0840d76
73353c0
f161a4d
7a105e9
ba3a4db
8093361
6330ab5
2c224c4
b17d811
a8e00d9
eef74a5
5978c6b
996f998
e0ec521
3a0d5b5
1d5388d
3ee48f7
d1b3c22
85cc4d2
8e64bc2
5694b9c
d1a643e
12854e6
c7d4314
d2a656f
fdeaa55
00cbe07
0346946
34bfb34
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason not to use
stack.region
here?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should still provide something like
Aws.region
andAws.accountId
for people to be able to explicitly use these pseudo parameters? Or evenStack.region
andStack.accountId