Skip to content

Commit

Permalink
Merge pull request #2858 from aws-amplify/main
Browse files Browse the repository at this point in the history
chore: release API and Data CDK constructs
  • Loading branch information
sundersc authored Sep 13, 2024
2 parents 47cbcc3 + 020072c commit cb9b462
Show file tree
Hide file tree
Showing 28 changed files with 6,145 additions and 6,666 deletions.
21 changes: 2 additions & 19 deletions codebuild_specs/amplify_ddb_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 0.2
env:
shell: bash
compute-type: BUILD_GENERAL1_MEDIUM
variables:
NODE_OPTIONS: '--max-old-space-size=6656'
batch:
fast-fail: false
build-graph:
Expand All @@ -24,7 +26,6 @@ batch:
- identifier: amplify_ddb_canary_ap_east_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: ap-east-1
Expand All @@ -34,7 +35,6 @@ batch:
- identifier: amplify_ddb_canary_ap_northeast_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: ap-northeast-1
Expand All @@ -44,7 +44,6 @@ batch:
- identifier: amplify_ddb_canary_ap_northeast_2
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: ap-northeast-2
Expand All @@ -54,7 +53,6 @@ batch:
- identifier: amplify_ddb_canary_ap_south_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: ap-south-1
Expand All @@ -64,7 +62,6 @@ batch:
- identifier: amplify_ddb_canary_ap_southeast_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: ap-southeast-1
Expand All @@ -74,7 +71,6 @@ batch:
- identifier: amplify_ddb_canary_ap_southeast_2
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: ap-southeast-2
Expand All @@ -84,7 +80,6 @@ batch:
- identifier: amplify_ddb_canary_ca_central_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: ca-central-1
Expand All @@ -94,7 +89,6 @@ batch:
- identifier: amplify_ddb_canary_eu_central_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: eu-central-1
Expand All @@ -104,7 +98,6 @@ batch:
- identifier: amplify_ddb_canary_eu_north_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: eu-north-1
Expand All @@ -114,7 +107,6 @@ batch:
- identifier: amplify_ddb_canary_eu_south_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: eu-south-1
Expand All @@ -124,7 +116,6 @@ batch:
- identifier: amplify_ddb_canary_eu_west_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: eu-west-1
Expand All @@ -134,7 +125,6 @@ batch:
- identifier: amplify_ddb_canary_eu_west_2
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: eu-west-2
Expand All @@ -144,7 +134,6 @@ batch:
- identifier: amplify_ddb_canary_eu_west_3
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: eu-west-3
Expand All @@ -154,7 +143,6 @@ batch:
- identifier: amplify_ddb_canary_me_south_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: me-south-1
Expand All @@ -164,7 +152,6 @@ batch:
- identifier: amplify_ddb_canary_sa_east_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: sa-east-1
Expand All @@ -174,7 +161,6 @@ batch:
- identifier: amplify_ddb_canary_us_east_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: us-east-1
Expand All @@ -184,7 +170,6 @@ batch:
- identifier: amplify_ddb_canary_us_east_2
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: us-east-2
Expand All @@ -194,7 +179,6 @@ batch:
- identifier: amplify_ddb_canary_us_west_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: us-west-1
Expand All @@ -204,7 +188,6 @@ batch:
- identifier: amplify_ddb_canary_us_west_2
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
CLI_REGION: us-west-2
Expand Down
21 changes: 2 additions & 19 deletions codebuild_specs/default_ddb_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 0.2
env:
shell: bash
compute-type: BUILD_GENERAL1_MEDIUM
variables:
NODE_OPTIONS: '--max-old-space-size=6656'
batch:
fast-fail: false
build-graph:
Expand All @@ -24,7 +26,6 @@ batch:
- identifier: default_ddb_canary_ap_east_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: ap-east-1
Expand All @@ -34,7 +35,6 @@ batch:
- identifier: default_ddb_canary_ap_northeast_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: ap-northeast-1
Expand All @@ -44,7 +44,6 @@ batch:
- identifier: default_ddb_canary_ap_northeast_2
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: ap-northeast-2
Expand All @@ -54,7 +53,6 @@ batch:
- identifier: default_ddb_canary_ap_south_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: ap-south-1
Expand All @@ -64,7 +62,6 @@ batch:
- identifier: default_ddb_canary_ap_southeast_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: ap-southeast-1
Expand All @@ -74,7 +71,6 @@ batch:
- identifier: default_ddb_canary_ap_southeast_2
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: ap-southeast-2
Expand All @@ -84,7 +80,6 @@ batch:
- identifier: default_ddb_canary_ca_central_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: ca-central-1
Expand All @@ -94,7 +89,6 @@ batch:
- identifier: default_ddb_canary_eu_central_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: eu-central-1
Expand All @@ -104,7 +98,6 @@ batch:
- identifier: default_ddb_canary_eu_north_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: eu-north-1
Expand All @@ -114,7 +107,6 @@ batch:
- identifier: default_ddb_canary_eu_south_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: eu-south-1
Expand All @@ -124,7 +116,6 @@ batch:
- identifier: default_ddb_canary_eu_west_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: eu-west-1
Expand All @@ -134,7 +125,6 @@ batch:
- identifier: default_ddb_canary_eu_west_2
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: eu-west-2
Expand All @@ -144,7 +134,6 @@ batch:
- identifier: default_ddb_canary_eu_west_3
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: eu-west-3
Expand All @@ -154,7 +143,6 @@ batch:
- identifier: default_ddb_canary_me_south_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: me-south-1
Expand All @@ -164,7 +152,6 @@ batch:
- identifier: default_ddb_canary_sa_east_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: sa-east-1
Expand All @@ -174,7 +161,6 @@ batch:
- identifier: default_ddb_canary_us_east_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: us-east-1
Expand All @@ -184,7 +170,6 @@ batch:
- identifier: default_ddb_canary_us_east_2
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: us-east-2
Expand All @@ -194,7 +179,6 @@ batch:
- identifier: default_ddb_canary_us_west_1
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: us-west-1
Expand All @@ -204,7 +188,6 @@ batch:
- identifier: default_ddb_canary_us_west_2
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_SMALL
variables:
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
CLI_REGION: us-west-2
Expand Down
Loading

0 comments on commit cb9b462

Please sign in to comment.