Skip to content

Commit 64f3b73

Browse files
committed
update
1 parent 76c1107 commit 64f3b73

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/translator/input/graphqlapi_function_by_id.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Resources:
2222
DataSourceName: some-cool-datasource
2323
Name: MyFunction
2424
Runtime:
25-
Name: some-runtime
25+
Name: APPSYNC_JS
2626
RuntimeVersion: 1.2.3

tests/translator/input/graphqlapi_multiple_none_datasource_functions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ Resources:
1515
CodeUri: my-code-uri
1616
DataSource: NONE
1717
Runtime:
18-
Name: some-runtime
18+
Name: APPSYNC_JS
1919
Version: 1.2.3
2020
AnotherFunction:
2121
CodeUri: my-code-uri
2222
DataSource: None
2323
Runtime:
24-
Name: some-runtime
24+
Name: APPSYNC_JS
2525
Version: 1.2.3
2626
SimilarFunction:
2727
CodeUri: my-code-uri
2828
DataSource: none
2929
Runtime:
30-
Name: some-runtime
30+
Name: APPSYNC_JS
3131
Version: 1.2.3
3232
GoodFunction:
3333
CodeUri: my-code-uri
3434
DataSource: nOnE
3535
Runtime:
36-
Name: some-runtime
36+
Name: APPSYNC_JS
3737
Version: 1.2.3

tests/translator/input/graphqlapi_resolver_function_with_lambda_datasource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Resources:
5050
Functions:
5151
MyFunction:
5252
Runtime:
53-
Name: some-runtime
53+
Name: APPSYNC_JS
5454
Version: 1.2.3
5555
InlineCode: this is my epic code
5656
DataSource: MyDataSource

0 commit comments

Comments
 (0)