Skip to content

Commit b3f5bb3

Browse files
committed
chore: update comment
Signed-off-by: Kevin Shan <[email protected]>
1 parent 20d23e1 commit b3f5bb3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/amplify-codegen-e2e-tests/src/cleanup-e2e-resources.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@ import { deleteS3Bucket, sleep } from '@aws-amplify/amplify-codegen-e2e-core';
1212
* Supported regions:
1313
* - All Amplify regions, as reported https://docs.aws.amazon.com/general/latest/gr/amplify.html
1414
*
15-
* NOTE: The list of supported regions must be kept in sync amongst all of:
15+
* NOTE:
16+
* - 'ap-east-1' is not included in the list due to known discrepancy in Amplify CLI 'configure' command dropdown and supported regions
17+
* - Since 'ap-east-1' is not available via 'amplify configure', test $CLI_REGION with 'ap-east-1' will run in 'us-east-1'
18+
* and fail Amplify profile assertion in test setup phase
19+
*
20+
* The list of supported regions must be kept in sync amongst all of:
21+
* - Amplify CLI 'amplify configure' command regions dropdown
1622
* - the internal pipeline that publishes new lambda layer versions
23+
* - amplify-codegen/scripts/e2e-test-regions.json
1724
* - amplify-codegen/scripts/split-canary-tests.ts
1825
* - amplify-codegen/scripts/split-e2e-tests.ts
1926
*/

0 commit comments

Comments
 (0)