Skip to content
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: add aws cn support #1722

Merged
merged 6 commits into from
Dec 18, 2024
Merged

feat: add aws cn support #1722

merged 6 commits into from
Dec 18, 2024

Conversation

pflorek
Copy link
Member

@pflorek pflorek commented Dec 18, 2024

Fixes #1547 snapshots

mbergkvist and others added 6 commits March 11, 2024 06:22
The PARTITION is resolved by CloudFormation during deployment.
The organizations endpoint region defaults to us-east-1 but is set to
cn-northwest-1 if the environment variable CDK_AWS_PARTITION is set to
aws-cn when synthesizing the stacks.

The organizations endpoint region is propagated to the custom resources
through the ORGANIZATIONS_ENDPOINT_REGION environment variable.
The region should be available in ORGANIZATIONS_ENDPOINT_REGION, but it
defaults to us-east-1 if the value is missing.
# Conflicts:
#	API.md
#	src/account.ts
#	src/delegated-administrator.ts
#	test/__snapshots__/account.test.ts.snap
#	test/__snapshots__/delegated-administrator.test.ts.snap
#	test/__snapshots__/dependency-chain.test.ts.snap
#	test/__snapshots__/enable-policy-type.test.ts.snap
#	test/__snapshots__/integ.default.test.ts.snap
#	test/__snapshots__/organization.test.ts.snap
#	test/__snapshots__/organizational-unit.test.ts.snap
#	test/__snapshots__/policy-attachment.test.ts.snap
#	test/__snapshots__/policy.test.ts.snap
#	test/__snapshots__/tag-resource.test.ts.snap
update snapshots #1547
@mergify mergify bot merged commit 8640eed into main Dec 18, 2024
13 checks passed
@pflorek pflorek deleted the aws-cn-support branch December 18, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants