Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
godwingrs22 committed Oct 23, 2024
1 parent 76c1107 commit 64f3b73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 64f3b73

Please sign in to comment.