We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccb710 commit a21cdfeCopy full SHA for a21cdfe
.changeset/proud-seahorses-suffer.md
@@ -2,6 +2,7 @@
2
'@aws-amplify/backend-function': minor
3
'@aws-amplify/backend-data': minor
4
'@aws-amplify/backend': minor
5
+'@aws-amplify/model-generator': patch
6
---
7
8
feat: Add support for lambda data client
packages/backend-data/src/factory.ts
@@ -60,8 +60,6 @@ export class DataFactory implements ConstructFactory<AmplifyData> {
60
// publicly accessible for testing purpose only.
61
static factoryCount = 0;
62
63
- readonly provides = 'DataResources';
64
-
65
private generator: ConstructContainerEntryGenerator;
66
67
/**
0 commit comments