Skip to content

Commit

Permalink
chore: update valid appsync function runtime in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
godwingrs22 committed Oct 23, 2024
1 parent c029c63 commit 76c1107
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"DataSourceName": "some-cool-datasource",
"Name": "MyFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Name": "AnotherFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down Expand Up @@ -88,7 +88,7 @@
},
"Name": "GoodFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand All @@ -111,7 +111,7 @@
},
"Name": "MyFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down Expand Up @@ -159,7 +159,7 @@
},
"Name": "SimilarFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"MaxBatchSize": 10,
"Name": "MyFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"DataSourceName": "some-cool-datasource",
"Name": "MyFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Name": "AnotherFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down Expand Up @@ -88,7 +88,7 @@
},
"Name": "GoodFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand All @@ -111,7 +111,7 @@
},
"Name": "MyFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down Expand Up @@ -159,7 +159,7 @@
},
"Name": "SimilarFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"MaxBatchSize": 10,
"Name": "MyFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down
2 changes: 1 addition & 1 deletion tests/translator/output/graphqlapi_function_by_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"DataSourceName": "some-cool-datasource",
"Name": "MyFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Name": "AnotherFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down Expand Up @@ -88,7 +88,7 @@
},
"Name": "GoodFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand All @@ -111,7 +111,7 @@
},
"Name": "MyFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down Expand Up @@ -159,7 +159,7 @@
},
"Name": "SimilarFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"MaxBatchSize": 10,
"Name": "MyFunction",
"Runtime": {
"Name": "some-runtime",
"Name": "APPSYNC_JS",
"RuntimeVersion": "1.2.3"
}
},
Expand Down

0 comments on commit 76c1107

Please sign in to comment.