Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/translator/input/graphqlapi_function_by_id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Resources:
DataSourceName: some-cool-datasource
Name: MyFunction
Runtime:
Name: some-runtime
Name: APPSYNC_JS
RuntimeVersion: 1.2.3
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ Resources:
CodeUri: my-code-uri
DataSource: NONE
Runtime:
Name: some-runtime
Name: APPSYNC_JS
Version: 1.2.3
AnotherFunction:
CodeUri: my-code-uri
DataSource: None
Runtime:
Name: some-runtime
Name: APPSYNC_JS
Version: 1.2.3
SimilarFunction:
CodeUri: my-code-uri
DataSource: none
Runtime:
Name: some-runtime
Name: APPSYNC_JS
Version: 1.2.3
GoodFunction:
CodeUri: my-code-uri
DataSource: nOnE
Runtime:
Name: some-runtime
Name: APPSYNC_JS
Version: 1.2.3
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Resources:
Functions:
MyFunction:
Runtime:
Name: some-runtime
Name: APPSYNC_JS
Version: 1.2.3
InlineCode: this is my epic code
DataSource: MyDataSource
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
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