@aws-amplify/graphql-api-construct 1.3.0 → 1.4.0-construct-publish-test.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +903 -176
- package/API.md +80 -1
- package/CHANGELOG.md +11 -0
- package/README.md +623 -10
- package/lib/amplify-dynamodb-table-wrapper.d.ts +128 -0
- package/lib/amplify-dynamodb-table-wrapper.js +102 -0
- package/lib/amplify-graphql-api.d.ts +4 -0
- package/lib/amplify-graphql-api.js +10 -3
- package/lib/amplify-graphql-definition.d.ts +19 -2
- package/lib/amplify-graphql-definition.js +57 -5
- package/lib/index.d.ts +2 -1
- package/lib/index.js +5 -2
- package/lib/internal/construct-exports.js +8 -1
- package/lib/internal/data-source-config.d.ts +7 -0
- package/lib/internal/data-source-config.js +37 -0
- package/lib/internal/index.d.ts +1 -1
- package/lib/internal/index.js +2 -2
- package/lib/internal/model-type-name.d.ts +8 -0
- package/lib/internal/model-type-name.js +27 -0
- package/lib/types.d.ts +47 -7
- package/lib/types.js +1 -1
- package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.js +7 -9
- package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.js +15 -18
- package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.js +10 -16
- package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.js +22 -20
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.d.ts +12 -1
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.js +37 -63
- package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.js +16 -14
- package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.js +7 -11
- package/node_modules/@aws-amplify/backend-output-schemas/lib/stack/index.d.ts +5 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/stack/index.js +7 -9
- package/node_modules/@aws-amplify/backend-output-schemas/lib/stack/v1.d.ts +5 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/stack/v1.js +9 -11
- package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.js +7 -9
- package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.js +9 -12
- package/node_modules/@aws-amplify/backend-output-schemas/package.json +4 -23
- package/node_modules/@aws-amplify/backend-output-storage/lib/index.d.ts +1 -0
- package/node_modules/@aws-amplify/backend-output-storage/lib/index.js +17 -14
- package/node_modules/@aws-amplify/backend-output-storage/lib/stack_metadata_output_storage_strategy.js +28 -32
- package/node_modules/@aws-amplify/backend-output-storage/lib/store_attribution_metadata.d.ts +50 -0
- package/node_modules/@aws-amplify/backend-output-storage/lib/store_attribution_metadata.js +104 -0
- package/node_modules/@aws-amplify/backend-output-storage/node_modules/@aws-amplify/platform-core/lib/backend_deployment_type.d.ts +5 -0
- package/node_modules/@aws-amplify/backend-output-storage/node_modules/@aws-amplify/platform-core/lib/backend_deployment_type.js +9 -0
- package/node_modules/@aws-amplify/backend-output-storage/node_modules/@aws-amplify/platform-core/lib/cdk_context_key.d.ts +9 -0
- package/node_modules/@aws-amplify/backend-output-storage/node_modules/@aws-amplify/platform-core/lib/cdk_context_key.js +13 -0
- package/node_modules/@aws-amplify/backend-output-storage/node_modules/@aws-amplify/platform-core/lib/index.d.ts +4 -0
- package/node_modules/@aws-amplify/backend-output-storage/node_modules/@aws-amplify/platform-core/lib/index.js +22 -0
- package/node_modules/@aws-amplify/backend-output-storage/node_modules/@aws-amplify/platform-core/lib/unique_backend_identifier.d.ts +53 -0
- package/node_modules/@aws-amplify/backend-output-storage/node_modules/@aws-amplify/platform-core/lib/unique_backend_identifier.js +74 -0
- package/node_modules/@aws-amplify/backend-output-storage/node_modules/@aws-amplify/platform-core/package.json +23 -0
- package/node_modules/@aws-amplify/backend-output-storage/package.json +6 -4
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +11 -10
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +7 -6
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +7 -6
- package/node_modules/@aws-amplify/graphql-index-transformer/API.md +3 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.js +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.js +2 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts +5 -5
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js +34 -8
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +11 -10
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js +52 -47
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js +169 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts +40 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js +242 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js +663 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts +5 -2
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js +47 -60
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +9 -6
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +7 -6
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js +3 -10
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +9 -8
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-transformer/API.md +2 -2
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +3 -3
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/package.json +15 -14
- package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +3 -8
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +9 -11
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.d.ts +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts +3 -3
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js +3 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.js +3 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.d.ts +2 -3
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.js +12 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts +3 -4
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.js +3 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/provision-strategy-utils.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/provision-strategy-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/provision-strategy-utils.js +15 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/provision-strategy-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +5 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +25 -3
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.js +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.d.ts +2 -2
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.d.ts +7 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.js +6 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +3 -2
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/index.ts +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-context-provider.ts +2 -2
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-datasource-provider.ts +16 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@aws-amplify/platform-core/lib/backend_deployment_type.d.ts +5 -0
- package/node_modules/@aws-amplify/platform-core/lib/backend_deployment_type.js +9 -0
- package/node_modules/@aws-amplify/platform-core/lib/cdk_context_key.d.ts +9 -0
- package/node_modules/@aws-amplify/platform-core/lib/cdk_context_key.js +13 -0
- package/node_modules/@aws-amplify/platform-core/lib/index.d.ts +4 -0
- package/node_modules/@aws-amplify/platform-core/lib/index.js +22 -0
- package/node_modules/@aws-amplify/platform-core/lib/unique_backend_identifier.d.ts +53 -0
- package/node_modules/@aws-amplify/platform-core/lib/unique_backend_identifier.js +74 -0
- package/node_modules/@aws-amplify/platform-core/package.json +24 -0
- package/node_modules/@aws-amplify/plugin-types/lib/amplify_function.d.ts +4 -0
- package/node_modules/@aws-amplify/plugin-types/lib/amplify_function.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/amplify_output_writer.d.ts +9 -0
- package/node_modules/@aws-amplify/plugin-types/lib/amplify_output_writer.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/auth_resources.d.ts +42 -0
- package/node_modules/@aws-amplify/plugin-types/lib/auth_resources.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/backend_output.d.ts +6 -0
- package/node_modules/@aws-amplify/plugin-types/lib/backend_output.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/backend_secret_resolver.d.ts +13 -0
- package/node_modules/@aws-amplify/plugin-types/lib/backend_secret_resolver.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/backend_stack_creator.d.ts +8 -0
- package/node_modules/@aws-amplify/plugin-types/lib/backend_stack_creator.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/backend_stack_resolver.d.ts +7 -0
- package/node_modules/@aws-amplify/plugin-types/lib/backend_stack_resolver.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/construct_container.d.ts +26 -0
- package/node_modules/@aws-amplify/plugin-types/lib/construct_container.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/construct_factory.d.ts +21 -0
- package/node_modules/@aws-amplify/plugin-types/lib/construct_factory.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/function_resources.d.ts +5 -0
- package/node_modules/@aws-amplify/plugin-types/lib/function_resources.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/import_path_verifier.d.ts +14 -0
- package/node_modules/@aws-amplify/plugin-types/lib/import_path_verifier.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/index.d.ts +16 -0
- package/node_modules/@aws-amplify/plugin-types/lib/index.js +32 -0
- package/node_modules/@aws-amplify/plugin-types/lib/output_retrieval_strategy.d.ts +11 -0
- package/node_modules/@aws-amplify/plugin-types/lib/output_retrieval_strategy.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/output_storage_strategy.d.ts +8 -0
- package/node_modules/@aws-amplify/plugin-types/lib/output_storage_strategy.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/resource_provider.d.ts +7 -0
- package/node_modules/@aws-amplify/plugin-types/lib/resource_provider.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/lib/unique_backend_identifier.d.ts +25 -0
- package/node_modules/@aws-amplify/plugin-types/lib/unique_backend_identifier.js +3 -0
- package/node_modules/@aws-amplify/plugin-types/package.json +20 -0
- package/node_modules/graphql-transformer-common/API.md +3 -0
- package/node_modules/graphql-transformer-common/CHANGELOG.md +6 -0
- package/node_modules/graphql-transformer-common/LICENSE +201 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts +3 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts.map +1 -1
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js +3 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js.map +1 -1
- package/node_modules/graphql-transformer-common/package.json +3 -2
- package/package.json +24 -24
- package/src/amplify-dynamodb-table-wrapper.ts +177 -0
- package/src/amplify-graphql-api.ts +10 -3
- package/src/amplify-graphql-definition.ts +63 -3
- package/src/index.ts +13 -0
- package/src/internal/construct-exports.ts +7 -0
- package/src/internal/data-source-config.ts +39 -0
- package/src/internal/index.ts +1 -1
- package/src/internal/model-type-name.ts +30 -0
- package/src/types.ts +54 -7
- package/babel.config.js +0 -13
- package/lib/internal/amplify-metadata.d.ts +0 -6
- package/lib/internal/amplify-metadata.js +0 -58
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.internal.d.ts +0 -3
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.internal.js +0 -27
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.d.ts +0 -6
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.d.ts.map +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.js +0 -3
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.js.map +0 -1
- package/remove-module-type-from-package-json.ts +0 -19
- package/src/internal/amplify-metadata.ts +0 -58
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"amplify-table-manager-handler.js","sourceRoot":"","sources":["../../../../src/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.ts"],"names":[],"mappings":"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"}
|
@@ -1,5 +1,7 @@
|
|
1
|
+
import * as cdk from 'aws-cdk-lib';
|
1
2
|
import { TransformerContextProvider } from '@aws-amplify/graphql-transformer-interfaces';
|
2
3
|
import { ObjectTypeDefinitionNode } from 'graphql';
|
4
|
+
import { ITable } from 'aws-cdk-lib/aws-dynamodb';
|
3
5
|
import * as iam from 'aws-cdk-lib/aws-iam';
|
4
6
|
import { Construct } from 'constructs';
|
5
7
|
import { ModelVTLGenerator } from '../resolvers';
|
@@ -8,8 +10,9 @@ export declare class DynamoModelResourceGenerator extends ModelResourceGenerator
|
|
8
10
|
protected readonly generatorType = "DynamoModelResourceGenerator";
|
9
11
|
generateResources(ctx: TransformerContextProvider): void;
|
10
12
|
getVTLGenerator(): ModelVTLGenerator;
|
11
|
-
|
12
|
-
|
13
|
+
protected createModelTable(scope: Construct, def: ObjectTypeDefinitionNode, context: TransformerContextProvider): void;
|
14
|
+
protected createModelTableDataSource(def: ObjectTypeDefinitionNode, context: TransformerContextProvider, table: ITable, scope: Construct, role: iam.Role, dataSourceLogicalName: string): void;
|
15
|
+
protected createDynamoDBParameters(scope: Construct, isNestedStack: boolean): Record<string, cdk.CfnParameter>;
|
13
16
|
createIAMRole: (context: TransformerContextProvider, def: ObjectTypeDefinitionNode, scope: Construct, tableName: string) => iam.Role;
|
14
17
|
}
|
15
18
|
//# sourceMappingURL=dynamo-model-resource-generator.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dynamo-model-resource-generator.d.ts","sourceRoot":"","sources":["../../src/resources/dynamo-model-resource-generator.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"dynamo-model-resource-generator.d.ts","sourceRoot":"","sources":["../../src/resources/dynamo-model-resource-generator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AAEzF,OAAO,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,EAA2B,MAAM,EAA0C,MAAM,0BAA0B,CAAC;AAEnH,OAAO,KAAK,GAAG,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,EAA6B,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAMpE,qBAAa,4BAA6B,SAAQ,sBAAsB;IACtE,SAAS,CAAC,QAAQ,CAAC,aAAa,kCAAkC;IAElE,iBAAiB,CAAC,GAAG,EAAE,0BAA0B,GAAG,IAAI;IAwBxD,eAAe,IAAI,iBAAiB;IAIpC,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAE,SAAS,EAAE,GAAG,EAAE,wBAAwB,EAAE,OAAO,EAAE,0BAA0B,GAAG,IAAI;IA4EtH,SAAS,CAAC,0BAA0B,CAClC,GAAG,EAAE,wBAAwB,EAC7B,OAAO,EAAE,0BAA0B,EACnC,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,GAAG,CAAC,IAAI,EACd,qBAAqB,EAAE,MAAM,GAC5B,IAAI;IAqCP,SAAS,CAAC,wBAAwB,CAAC,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,YAAY,CAAC;IAmE9G,aAAa,YAAa,0BAA0B,OAAO,wBAAwB,SAAS,SAAS,aAAa,MAAM,KAAG,IAAI,IAAI,CA2DjI;CACH"}
|
@@ -91,33 +91,7 @@ class DynamoModelResourceGenerator extends model_resource_generator_1.ModelResou
|
|
91
91
|
}
|
92
92
|
if (this.isProvisioned()) {
|
93
93
|
const rootStack = cdk.Stack.of(ctx.stackManager.scope);
|
94
|
-
|
95
|
-
description: 'The number of read IOPS the table should support.',
|
96
|
-
type: 'Number',
|
97
|
-
default: 5,
|
98
|
-
});
|
99
|
-
new cdk.CfnParameter(rootStack, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBModelTableWriteIOPS, {
|
100
|
-
description: 'The number of write IOPS the table should support.',
|
101
|
-
type: 'Number',
|
102
|
-
default: 5,
|
103
|
-
});
|
104
|
-
new cdk.CfnParameter(rootStack, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBBillingMode, {
|
105
|
-
description: 'Configure @model types to create DynamoDB tables with PAY_PER_REQUEST or PROVISIONED billing modes.',
|
106
|
-
default: 'PAY_PER_REQUEST',
|
107
|
-
allowedValues: ['PAY_PER_REQUEST', 'PROVISIONED'],
|
108
|
-
});
|
109
|
-
new cdk.CfnParameter(rootStack, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnablePointInTimeRecovery, {
|
110
|
-
description: 'Whether to enable Point in Time Recovery on the table.',
|
111
|
-
type: 'String',
|
112
|
-
default: 'false',
|
113
|
-
allowedValues: ['true', 'false'],
|
114
|
-
});
|
115
|
-
new cdk.CfnParameter(rootStack, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnableServerSideEncryption, {
|
116
|
-
description: 'Enable server side encryption powered by KMS.',
|
117
|
-
type: 'String',
|
118
|
-
default: 'true',
|
119
|
-
allowedValues: ['true', 'false'],
|
120
|
-
});
|
94
|
+
this.createDynamoDBParameters(rootStack, false);
|
121
95
|
}
|
122
96
|
this.models.forEach((model) => {
|
123
97
|
const tableBaseName = ctx.resourceHelper.getModelNameMapping(model.name.value);
|
@@ -134,39 +108,7 @@ class DynamoModelResourceGenerator extends model_resource_generator_1.ModelResou
|
|
134
108
|
const modelName = def.name.value;
|
135
109
|
const tableLogicalName = graphql_transformer_common_1.ModelResourceIDs.ModelTableResourceID(modelName);
|
136
110
|
const tableName = context.resourceHelper.generateTableName(modelName);
|
137
|
-
const readIops =
|
138
|
-
description: 'The number of read IOPS the table should support.',
|
139
|
-
type: 'Number',
|
140
|
-
default: 5,
|
141
|
-
});
|
142
|
-
const writeIops = new cdk.CfnParameter(scope, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBModelTableWriteIOPS, {
|
143
|
-
description: 'The number of write IOPS the table should support.',
|
144
|
-
type: 'Number',
|
145
|
-
default: 5,
|
146
|
-
});
|
147
|
-
const billingMode = new cdk.CfnParameter(scope, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBBillingMode, {
|
148
|
-
description: 'Configure @model types to create DynamoDB tables with PAY_PER_REQUEST or PROVISIONED billing modes.',
|
149
|
-
type: 'String',
|
150
|
-
default: 'PAY_PER_REQUEST',
|
151
|
-
allowedValues: ['PAY_PER_REQUEST', 'PROVISIONED'],
|
152
|
-
});
|
153
|
-
const pointInTimeRecovery = new cdk.CfnParameter(scope, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnablePointInTimeRecovery, {
|
154
|
-
description: 'Whether to enable Point in Time Recovery on the table.',
|
155
|
-
type: 'String',
|
156
|
-
default: 'false',
|
157
|
-
allowedValues: ['true', 'false'],
|
158
|
-
});
|
159
|
-
const enableSSE = new cdk.CfnParameter(scope, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnableServerSideEncryption, {
|
160
|
-
description: 'Enable server side encryption powered by KMS.',
|
161
|
-
type: 'String',
|
162
|
-
default: 'true',
|
163
|
-
allowedValues: ['true', 'false'],
|
164
|
-
});
|
165
|
-
scope.setParameter(readIops.node.id, cdk.Fn.ref(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBModelTableReadIOPS));
|
166
|
-
scope.setParameter(writeIops.node.id, cdk.Fn.ref(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBModelTableWriteIOPS));
|
167
|
-
scope.setParameter(billingMode.node.id, cdk.Fn.ref(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBBillingMode));
|
168
|
-
scope.setParameter(pointInTimeRecovery.node.id, cdk.Fn.ref(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnablePointInTimeRecovery));
|
169
|
-
scope.setParameter(enableSSE.node.id, cdk.Fn.ref(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnableServerSideEncryption));
|
111
|
+
const { readIops, writeIops, billingMode, pointInTimeRecovery, enableSSE } = this.createDynamoDBParameters(scope, true);
|
170
112
|
new cdk.CfnCondition(scope, graphql_transformer_common_1.ResourceConstants.CONDITIONS.HasEnvironmentParameter, {
|
171
113
|
expression: cdk.Fn.conditionNot(cdk.Fn.conditionEquals(context.synthParameters.amplifyEnvironmentName, graphql_transformer_common_1.ResourceConstants.NONE)),
|
172
114
|
});
|
@@ -247,6 +189,51 @@ class DynamoModelResourceGenerator extends model_resource_generator_1.ModelResou
|
|
247
189
|
context.dataSources.add(def, dataSource);
|
248
190
|
this.datasourceMap[def.name.value] = dataSource;
|
249
191
|
}
|
192
|
+
createDynamoDBParameters(scope, isNestedStack) {
|
193
|
+
var _a, _b, _c, _d, _e;
|
194
|
+
const readIops = (_a = scope.node.tryFindChild(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBModelTableReadIOPS)) !== null && _a !== void 0 ? _a : new cdk.CfnParameter(scope, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBModelTableReadIOPS, {
|
195
|
+
description: 'The number of read IOPS the table should support.',
|
196
|
+
type: 'Number',
|
197
|
+
default: 5,
|
198
|
+
});
|
199
|
+
const writeIops = (_b = scope.node.tryFindChild(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBModelTableWriteIOPS)) !== null && _b !== void 0 ? _b : new cdk.CfnParameter(scope, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBModelTableWriteIOPS, {
|
200
|
+
description: 'The number of write IOPS the table should support.',
|
201
|
+
type: 'Number',
|
202
|
+
default: 5,
|
203
|
+
});
|
204
|
+
const billingMode = (_c = scope.node.tryFindChild(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBBillingMode)) !== null && _c !== void 0 ? _c : new cdk.CfnParameter(scope, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBBillingMode, {
|
205
|
+
description: 'Configure @model types to create DynamoDB tables with PAY_PER_REQUEST or PROVISIONED billing modes.',
|
206
|
+
type: 'String',
|
207
|
+
default: 'PAY_PER_REQUEST',
|
208
|
+
allowedValues: ['PAY_PER_REQUEST', 'PROVISIONED'],
|
209
|
+
});
|
210
|
+
const pointInTimeRecovery = (_d = scope.node.tryFindChild(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnablePointInTimeRecovery)) !== null && _d !== void 0 ? _d : new cdk.CfnParameter(scope, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnablePointInTimeRecovery, {
|
211
|
+
description: 'Whether to enable Point in Time Recovery on the table.',
|
212
|
+
type: 'String',
|
213
|
+
default: 'false',
|
214
|
+
allowedValues: ['true', 'false'],
|
215
|
+
});
|
216
|
+
const enableSSE = (_e = scope.node.tryFindChild(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnableServerSideEncryption)) !== null && _e !== void 0 ? _e : new cdk.CfnParameter(scope, graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnableServerSideEncryption, {
|
217
|
+
description: 'Enable server side encryption powered by KMS.',
|
218
|
+
type: 'String',
|
219
|
+
default: 'true',
|
220
|
+
allowedValues: ['true', 'false'],
|
221
|
+
});
|
222
|
+
if (isNestedStack) {
|
223
|
+
scope.setParameter(readIops.node.id, cdk.Fn.ref(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBModelTableReadIOPS));
|
224
|
+
scope.setParameter(writeIops.node.id, cdk.Fn.ref(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBModelTableWriteIOPS));
|
225
|
+
scope.setParameter(billingMode.node.id, cdk.Fn.ref(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBBillingMode));
|
226
|
+
scope.setParameter(pointInTimeRecovery.node.id, cdk.Fn.ref(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnablePointInTimeRecovery));
|
227
|
+
scope.setParameter(enableSSE.node.id, cdk.Fn.ref(graphql_transformer_common_1.ResourceConstants.PARAMETERS.DynamoDBEnableServerSideEncryption));
|
228
|
+
}
|
229
|
+
return {
|
230
|
+
readIops,
|
231
|
+
writeIops,
|
232
|
+
billingMode,
|
233
|
+
pointInTimeRecovery,
|
234
|
+
enableSSE,
|
235
|
+
};
|
236
|
+
}
|
250
237
|
}
|
251
238
|
exports.DynamoModelResourceGenerator = DynamoModelResourceGenerator;
|
252
239
|
//# sourceMappingURL=dynamo-model-resource-generator.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dynamo-model-resource-generator.js","sourceRoot":"","sources":["../../src/resources/dynamo-model-resource-generator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAAmC;AAEnC,2EAAkG;AAElG,oFAAmF;AACnF,
|
1
|
+
{"version":3,"file":"dynamo-model-resource-generator.js","sourceRoot":"","sources":["../../src/resources/dynamo-model-resource-generator.ts"],"names":[],"mappings":"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"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-model-transformer",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.3.0-construct-publish-test.0",
|
4
4
|
"description": "Amplify graphql @model transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -32,18 +32,20 @@
|
|
32
32
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@aws-amplify/graphql-transformer-core": "2.
|
36
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.
|
35
|
+
"@aws-amplify/graphql-transformer-core": "2.3.0-construct-publish-test.0",
|
36
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.0-construct-publish-test.0",
|
37
37
|
"graphql": "^15.5.0",
|
38
38
|
"graphql-mapping-template": "4.20.12",
|
39
|
-
"graphql-transformer-common": "4.
|
39
|
+
"graphql-transformer-common": "4.26.0-construct-publish-test.0"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|
42
42
|
"aws-cdk-lib": "^2.80.0",
|
43
43
|
"constructs": "^10.0.5"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.
|
46
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.3.0-construct-publish-test.0",
|
47
|
+
"@aws-sdk/client-dynamodb": "^3.431.0",
|
48
|
+
"@types/aws-lambda": "8.10.119",
|
47
49
|
"@types/node": "^12.12.6"
|
48
50
|
},
|
49
51
|
"jest": {
|
@@ -70,5 +72,6 @@
|
|
70
72
|
"modulePathIgnorePatterns": [
|
71
73
|
"overrides"
|
72
74
|
]
|
73
|
-
}
|
75
|
+
},
|
76
|
+
"gitHead": "834040d5d4ac7290aed664176ffbd4559cbbf8d2"
|
74
77
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.1.8-construct-publish-test.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@2.1.7...@aws-amplify/graphql-predictions-transformer@2.1.8-construct-publish-test.0) (2023-11-08)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
|
9
|
+
|
6
10
|
## [2.1.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@2.1.6...@aws-amplify/graphql-predictions-transformer@2.1.7) (2023-11-02)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
|
@@ -0,0 +1,201 @@
|
|
1
|
+
Apache License
|
2
|
+
Version 2.0, January 2004
|
3
|
+
http://www.apache.org/licenses/
|
4
|
+
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6
|
+
|
7
|
+
1. Definitions.
|
8
|
+
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11
|
+
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
13
|
+
the copyright owner that is granting the License.
|
14
|
+
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
16
|
+
other entities that control, are controlled by, or are under common
|
17
|
+
control with that entity. For the purposes of this definition,
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
19
|
+
direction or management of such entity, whether by contract or
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
22
|
+
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24
|
+
exercising permissions granted by this License.
|
25
|
+
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
27
|
+
including but not limited to software source code, documentation
|
28
|
+
source, and configuration files.
|
29
|
+
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
31
|
+
transformation or translation of a Source form, including but
|
32
|
+
not limited to compiled object code, generated documentation,
|
33
|
+
and conversions to other media types.
|
34
|
+
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
36
|
+
Object form, made available under the License, as indicated by a
|
37
|
+
copyright notice that is included in or attached to the work
|
38
|
+
(an example is provided in the Appendix below).
|
39
|
+
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
46
|
+
the Work and Derivative Works thereof.
|
47
|
+
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
49
|
+
the original version of the Work and any modifications or additions
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
61
|
+
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
64
|
+
subsequently incorporated within the Work.
|
65
|
+
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
72
|
+
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
78
|
+
where such license applies only to those patent claims licensable
|
79
|
+
by such Contributor that are necessarily infringed by their
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
82
|
+
institute patent litigation against any entity (including a
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
85
|
+
or contributory patent infringement, then any patent licenses
|
86
|
+
granted to You under this License for that Work shall terminate
|
87
|
+
as of the date such litigation is filed.
|
88
|
+
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
91
|
+
modifications, and in Source or Object form, provided that You
|
92
|
+
meet the following conditions:
|
93
|
+
|
94
|
+
(a) You must give any other recipients of the Work or
|
95
|
+
Derivative Works a copy of this License; and
|
96
|
+
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
98
|
+
stating that You changed the files; and
|
99
|
+
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
102
|
+
attribution notices from the Source form of the Work,
|
103
|
+
excluding those notices that do not pertain to any part of
|
104
|
+
the Derivative Works; and
|
105
|
+
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
108
|
+
include a readable copy of the attribution notices contained
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
111
|
+
of the following places: within a NOTICE text file distributed
|
112
|
+
as part of the Derivative Works; within the Source form or
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
114
|
+
within a display generated by the Derivative Works, if and
|
115
|
+
wherever such third-party notices normally appear. The contents
|
116
|
+
of the NOTICE file are for informational purposes only and
|
117
|
+
do not modify the License. You may add Your own attribution
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
120
|
+
that such additional attribution notices cannot be construed
|
121
|
+
as modifying the License.
|
122
|
+
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
124
|
+
may provide additional or different license terms and conditions
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
128
|
+
the conditions stated in this License.
|
129
|
+
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
133
|
+
this License, without any additional terms or conditions.
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
135
|
+
the terms of any separate license agreement you may have executed
|
136
|
+
with Licensor regarding such Contributions.
|
137
|
+
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
140
|
+
except as required for reasonable and customary use in describing the
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
142
|
+
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
152
|
+
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
158
|
+
incidental, or consequential damages of any character arising as a
|
159
|
+
result of this License or out of the use or inability to use the
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
162
|
+
other commercial damages or losses), even if such Contributor
|
163
|
+
has been advised of the possibility of such damages.
|
164
|
+
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
168
|
+
or other liability obligations and/or rights consistent with this
|
169
|
+
License. However, in accepting such obligations, You may act only
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
174
|
+
of your accepting any such warranty or additional liability.
|
175
|
+
|
176
|
+
END OF TERMS AND CONDITIONS
|
177
|
+
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
179
|
+
|
180
|
+
To apply the Apache License to your work, attach the following
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
182
|
+
replaced with your own identifying information. (Don't include
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
184
|
+
comment syntax for the file format. We also recommend that a
|
185
|
+
file or class name and description of purpose be included on the
|
186
|
+
same "printed page" as the copyright notice for easier
|
187
|
+
identification within third-party archives.
|
188
|
+
|
189
|
+
Copyright 2017 - 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
190
|
+
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
192
|
+
you may not use this file except in compliance with the License.
|
193
|
+
You may obtain a copy of the License at
|
194
|
+
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
196
|
+
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200
|
+
See the License for the specific language governing permissions and
|
201
|
+
limitations under the License.
|
package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-predictions-transformer",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.8-construct-publish-test.0",
|
4
4
|
"description": "Amplify GraphQL @predictions transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,18 +28,18 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-transformer-core": "2.
|
32
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.
|
31
|
+
"@aws-amplify/graphql-transformer-core": "2.3.0-construct-publish-test.0",
|
32
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.3.0-construct-publish-test.0",
|
33
33
|
"graphql": "^15.5.0",
|
34
34
|
"graphql-mapping-template": "4.20.12",
|
35
|
-
"graphql-transformer-common": "4.
|
35
|
+
"graphql-transformer-common": "4.26.0-construct-publish-test.0"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|
38
38
|
"aws-cdk-lib": "^2.80.0",
|
39
39
|
"constructs": "^10.0.5"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.
|
42
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.3.0-construct-publish-test.0",
|
43
43
|
"bestzip": "^2.1.5"
|
44
44
|
},
|
45
45
|
"jest": {
|
@@ -66,5 +66,6 @@
|
|
66
66
|
"modulePathIgnorePatterns": [
|
67
67
|
"overrides"
|
68
68
|
]
|
69
|
-
}
|
69
|
+
},
|
70
|
+
"gitHead": "834040d5d4ac7290aed664176ffbd4559cbbf8d2"
|
70
71
|
}
|
@@ -3,6 +3,12 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [2.2.0-construct-publish-test.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.1.8...@aws-amplify/graphql-relational-transformer@2.2.0-construct-publish-test.0) (2023-11-08)
|
7
|
+
|
8
|
+
### Features
|
9
|
+
|
10
|
+
- add managed table support in API construct ([#2024](https://github.com/aws-amplify/amplify-category-api/issues/2024)) ([96a0d94](https://github.com/aws-amplify/amplify-category-api/commit/96a0d94fa872a5329da120f53be139833449b815)), closes [#1849](https://github.com/aws-amplify/amplify-category-api/issues/1849) [#1903](https://github.com/aws-amplify/amplify-category-api/issues/1903) [#1940](https://github.com/aws-amplify/amplify-category-api/issues/1940) [#1971](https://github.com/aws-amplify/amplify-category-api/issues/1971) [#1973](https://github.com/aws-amplify/amplify-category-api/issues/1973)
|
11
|
+
|
6
12
|
## [2.1.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.1.7...@aws-amplify/graphql-relational-transformer@2.1.8) (2023-11-02)
|
7
13
|
|
8
14
|
**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
|