-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
fix(ecs): new arn format not supported (under feature flag) #18140
Merged
Merged
Changes from 13 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3223be3
fix(ecs): new ARN format not recognized
jumic f5a3560
refactor duplicate code, add URL
jumic b5c9bf5
refactor from*ServiceArn methods
jumic a534380
Merge branch 'master' into ecs-new-arn-format
jumic dc8bcff
Merge branch 'master' into ecs-new-arn-format
madeline-k 30546e6
switch fromServiceAttributes to use Construct from core. All v1 libra…
madeline-k 010502e
Merge branch 'master' into ecs-new-arn-format
madeline-k 2a2a047
Merge branch 'master' into ecs-new-arn-format
jumic 728a094
add readme
jumic 8f67295
use Construct from core
jumic 5b145a7
Revert "use Construct from core"
jumic 6a05966
use Construct from constructs
jumic dd295d8
Merge branch 'main' into ecs-new-arn-format
TheRealAmazonKendra 92136f2
fix typo
TheRealAmazonKendra 4db80e2
typo fix
TheRealAmazonKendra 66b087f
Merge branch 'main' into ecs-new-arn-format
jumic c3097a7
Merge branch 'main' into ecs-new-arn-format
jumic afe21d9
Merge branch 'ecs-new-arn-format' of github.com:jumic/aws-cdk into ec…
jumic 9caa1a5
Merge branch 'main' into ecs-new-arn-format
jumic a22ef04
Merge branch 'ecs-new-arn-format' of github.com:jumic/aws-cdk into ec…
jumic 764d034
feature flag issue workaround
jumic f88e7fb
Merge branch 'main' into ecs-new-arn-format
mergify[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
This is not strictly true, but we generally recommend to not do this inline and have zero (I think?) instructions on how to do it so I don't think I mind this note here.