-
Notifications
You must be signed in to change notification settings - Fork 4k
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(region-info): IAM service principal for China regions #3491
fix(region-info): IAM service principal for China regions #3491
Conversation
@RomainMuller Hello, I'm not able to see the CodeBuild details. Can you help to see what failed? |
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.
The CodeBuild job fails on an API breaking change:
@aws-cdk/aws-events... CHANGES.
Original assembly: @aws-cdk/[email protected]
Updated assembly: @aws-cdk/[email protected]
API elements with incompatible changes:
err - PROP @aws-cdk/aws-events.RuleTargetConfig.targetResource: has been removed [removed:@aws-cdk/aws-events.RuleTargetConfig.targetResource]
I don't reckon this is caused by your work.
packages/@aws-cdk/region-info/build-tools/generate-static-data.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/region-info/build-tools/generate-static-data.ts
Outdated
Show resolved
Hide resolved
…s' into region-info-fix-for-china-regions # Conflicts: # packages/@aws-cdk/region-info/package-lock.json
@RomainMuller @eladb @rix0rrr I merged the latest master and updated the new code. The tests are green. Can you please help to review and accept before more changes are merge into master? Thanks in advance. |
Fixes #2198
Please read the contribution guidelines and follow the pull-request checklist.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license