Skip to content

Commit 7b942c6

Browse files
authored
chore(data-construct): bump @aws-amplify/ai-constructs to ^1.6.1 (#3420)
#### Description of changes This PR bumps the `@aws-amplify/ai-constructs` dependency from `^1.5.3` to `^1.6.1` across three packages: - `amplify-data-construct` - `amplify-graphql-api-construct` - `amplify-graphql-conversation-transformer` This is a routine dependency update to incorporate the latest features and fixes from the AI constructs library. ##### CDK / CloudFormation Parameters Changed N/A - No CDK or CloudFormation parameter changes in this update. #### Issue #, if available N/A #### Description of how you validated changes - Verified dependency resolution in yarn.lock - Confirmed license updates in dependency_licenses.txt - Local build validation with `yarn build` #### Checklist - [x] PR description included - [x] `yarn test` passes - [Pending] E2E test run linked - [N/A] Tests are [changed or added](https://github.com/aws-amplify/amplify-cli/blob/master/CONTRIBUTING.md#tests) - [ ] Relevant documentation is changed or added (and PR referenced) - [ ] New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies - [ ] Any CDK or CloudFormation parameter changes are called out explicitly By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
2 parents e6a3b65 + 45c9ce0 commit 7b942c6

8 files changed

Lines changed: 760 additions & 78 deletions

File tree

codebuild_specs/e2e_workflow.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -763,54 +763,54 @@ batch:
763763
depend-on:
764764
- publish_to_local_registry
765765
- identifier: >-
766-
references_migration_migration_validation_many_to_many_migration_base_migration_single_gsi_single_record
766+
references_migration_migration_validation_many_to_many_migration_base_migration
767767
buildspec: codebuild_specs/run_cdk_tests.yml
768768
env:
769769
compute-type: BUILD_GENERAL1_LARGE
770770
variables:
771771
NODE_OPTIONS: '--max-old-space-size=14848'
772772
MAX_WORKERS: '3'
773773
TEST_SUITE: >-
774-
src/__tests__/migration/references-migration.test.ts|src/__tests__/migration/migration-validation.test.ts|src/__tests__/migration/many-to-many-migration.test.ts|src/__tests__/migration/base-migration.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/single-gsi-single-record.test.ts
774+
src/__tests__/migration/references-migration.test.ts|src/__tests__/migration/migration-validation.test.ts|src/__tests__/migration/many-to-many-migration.test.ts|src/__tests__/migration/base-migration.test.ts
775775
CLI_REGION: ap-southeast-1
776776
depend-on:
777777
- publish_to_local_registry
778778
- identifier: >-
779-
single_gsi_empty_table_single_gsi_1k_records_single_gsi_10k_records_replace_2_gsis_update_attr_single_record_replace_2_gsis_upd
779+
single_gsi_single_rec_empty_1k_10k_replace_2_gsis_upd_attr_single_rec
780780
buildspec: codebuild_specs/run_cdk_tests.yml
781781
env:
782782
compute-type: BUILD_GENERAL1_LARGE
783783
variables:
784784
NODE_OPTIONS: '--max-old-space-size=14848'
785785
MAX_WORKERS: '3'
786786
TEST_SUITE: >-
787-
src/__tests__/deploy-velocity-temporarily-disabled/single-gsi-empty-table.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/single-gsi-1k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/single-gsi-10k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-update-attr-single-record.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-update-attr-empty-table.test.ts
787+
src/__tests__/deploy-velocity-temporarily-disabled/single-gsi-single-record.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/single-gsi-empty-table.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/single-gsi-1k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/single-gsi-10k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-update-attr-single-record.test.ts
788788
CLI_REGION: ap-southeast-2
789789
depend-on:
790790
- publish_to_local_registry
791791
- identifier: >-
792-
replace_2_gsis_update_attr_1k_records_replace_2_gsis_update_attr_10k_records_replace_2_gsis_single_record_replace_2_gsis_empty_
792+
replace_2_gsis_upd_attr_empty_1k_10k_replace_2_gsis_single_rec_empty
793793
buildspec: codebuild_specs/run_cdk_tests.yml
794794
env:
795795
compute-type: BUILD_GENERAL1_LARGE
796796
variables:
797797
NODE_OPTIONS: '--max-old-space-size=14848'
798798
MAX_WORKERS: '3'
799799
TEST_SUITE: >-
800-
src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-update-attr-1k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-update-attr-10k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-single-record.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-empty-table.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-1k-records.test.ts
800+
src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-update-attr-empty-table.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-update-attr-1k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-update-attr-10k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-single-record.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-empty-table.test.ts
801801
CLI_REGION: ca-central-1
802802
depend-on:
803803
- publish_to_local_registry
804804
- identifier: >-
805-
replace_2_gsis_10k_records_3_gsis_single_record_3_gsis_empty_table_3_gsis_1k_records_3_gsis_10k_records
805+
replace_2_gsis_1k_10k_3_gsis_single_rec_empty_1k_10k
806806
buildspec: codebuild_specs/run_cdk_tests.yml
807807
env:
808808
compute-type: BUILD_GENERAL1_LARGE
809809
variables:
810810
NODE_OPTIONS: '--max-old-space-size=14848'
811811
MAX_WORKERS: '3'
812812
TEST_SUITE: >-
813-
src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-10k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/3-gsis-single-record.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/3-gsis-empty-table.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/3-gsis-1k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/3-gsis-10k-records.test.ts
813+
src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-1k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/replace-2-gsis-10k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/3-gsis-single-record.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/3-gsis-empty-table.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/3-gsis-1k-records.test.ts|src/__tests__/deploy-velocity-temporarily-disabled/3-gsis-10k-records.test.ts
814814
CLI_REGION: eu-central-1
815815
depend-on:
816816
- publish_to_local_registry

0 commit comments

Comments
 (0)