Skip to content

Commit

Permalink
Update changeset and remove unused data factory provides
Browse files Browse the repository at this point in the history
  • Loading branch information
stocaaro committed Nov 11, 2024
1 parent 6ccb710 commit a21cdfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/proud-seahorses-suffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
'@aws-amplify/backend-function': minor
'@aws-amplify/backend-data': minor
'@aws-amplify/backend': minor
'@aws-amplify/model-generator': patch
---

feat: Add support for lambda data client
2 changes: 0 additions & 2 deletions packages/backend-data/src/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ export class DataFactory implements ConstructFactory<AmplifyData> {
// publicly accessible for testing purpose only.
static factoryCount = 0;

readonly provides = 'DataResources';

private generator: ConstructContainerEntryGenerator;

/**
Expand Down

0 comments on commit a21cdfe

Please sign in to comment.