From 9f9122218d265c059af6f17e95a8e6b948671653 Mon Sep 17 00:00:00 2001 From: Markus Bergkvist Date: Wed, 28 Feb 2024 16:55:36 +0100 Subject: [PATCH] Update docs --- API.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 3ede0943..3d618858 100644 --- a/API.md +++ b/API.md @@ -401,7 +401,8 @@ AWS Organizations has some limitations: > AWS Organizations is a global service with service endpoints in `us-east-1`, `us-gov-west-1` and `cn-northwest-1`. Read also > [Endpoint to call When using the AWS CLI or the AWS SDK](https://docs.aws.amazon.com/organizations/latest/APIReference/Welcome.html). -> Currently all custom resources of this library are hard set to use `us-east-1`. +> Currently all custom resources of this library defaults to use `us-east-1`, but it can be configured to use `cn-northwest-1` +> with the environment variable `CDK_AWS_PARTITION` set to `aws-cn`. ## Example diff --git a/README.md b/README.md index 5f0ebd65..4872a73e 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,8 @@ AWS Organizations has some limitations: > AWS Organizations is a global service with service endpoints in `us-east-1`, `us-gov-west-1` and `cn-northwest-1`. Read also > [Endpoint to call When using the AWS CLI or the AWS SDK](https://docs.aws.amazon.com/organizations/latest/APIReference/Welcome.html). -> Currently all custom resources of this library are hard set to use `us-east-1`. +> Currently all custom resources of this library defaults to use `us-east-1`, but it can be configured to use `cn-northwest-1` +> with the environment variable `CDK_AWS_PARTITION` set to `aws-cn`. ## Example