Skip to content

Commit

Permalink
GH-54: Updated Resolver DataSource
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhchen committed Aug 4, 2021
1 parent 8414b30 commit 95f0aa9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions amplify/backend/api/rms/stacks/CustomResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"ApiId": {
"Ref": "AppSyncApiId"
},
"DataSourceName": "MainTable",
"DataSourceName": "MainDataSource",
"TypeName": "Query",
"FieldName": "allMain",
"RequestMappingTemplateS3Location": {
Expand Down Expand Up @@ -312,7 +312,7 @@
"ApiId": {
"Ref": "AppSyncApiId"
},
"DataSourceName": "ItemsTable",
"DataSourceName": "ItemsDataSource",
"TypeName": "Query",
"FieldName": "allItems",
"RequestMappingTemplateS3Location": {
Expand Down Expand Up @@ -349,7 +349,7 @@
"ApiId": {
"Ref": "AppSyncApiId"
},
"DataSourceName": "BatchTable",
"DataSourceName": "BatchDataSource",
"TypeName": "Query",
"FieldName": "allBatch",
"RequestMappingTemplateS3Location": {
Expand Down Expand Up @@ -386,7 +386,7 @@
"ApiId": {
"Ref": "AppSyncApiId"
},
"DataSourceName": "TagsTable",
"DataSourceName": "TagsDataSource",
"TypeName": "Query",
"FieldName": "allTags",
"RequestMappingTemplateS3Location": {
Expand Down Expand Up @@ -423,7 +423,7 @@
"ApiId": {
"Ref": "AppSyncApiId"
},
"DataSourceName": "HistoryTable",
"DataSourceName": "HistoryDataSource",
"TypeName": "Query",
"FieldName": "allHistory",
"RequestMappingTemplateS3Location": {
Expand Down

0 comments on commit 95f0aa9

Please sign in to comment.