-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NodeJS Lambda connector metadata
- Loading branch information
1 parent
087758a
commit f99ceea
Showing
3 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Overview | ||
|
||
The NodeJS Lambda connector allows you to expose TypeScript functions as NDC functions/procedures for use in your Hasura DDN subgraphs. | ||
|
||
* [GitHub Repository](https://github.com/hasura/ndc-nodejs-lambda) | ||
|
||
## How to Use | ||
Please see the [README on the GitHub repository](https://github.com/hasura/ndc-nodejs-lambda/?tab=readme-ov-file#how-to-use). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "The NodeJS Lambda connector allows you to expose TypeScript functions as NDC functions/procedures for use in your Hasura DDN subgraphs.", | ||
"title": "NodeJS Lambda Connector", | ||
"logo": "logo.png", | ||
"tags": ["NodeJS", "TypeScript"], | ||
"latest_version": "v1.2.0" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"homepage": "https://hasura.io", | ||
"name": "Hasura" | ||
}, | ||
"is_verified": true, | ||
"is_hosted_by_hasura": false, | ||
"packages": [ | ||
{ | ||
"version": "1.2.0", | ||
"uri": "https://github.com/hasura/ndc-nodejs-lambda/releases/download/v1.2.0/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "fd8bd48a32226894ad617d7b60c60b2966ab942dccd6e92823ef0d87d847350e" | ||
}, | ||
"source": { | ||
"hash": "a13236051b836e4506463ff8c7e152f69c787680" | ||
} | ||
}, | ||
{ | ||
"version": "1.1.0", | ||
"uri": "https://github.com/hasura/ndc-nodejs-lambda/releases/download/v1.1.0/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "22a80de2739d7aaaea55dbc8c9d668dcfd0919eedc4f611b171de65db7548d03" | ||
}, | ||
"source": { | ||
"hash": "32e33529d5cfc5c1dbc4245e384f22099654d02d" | ||
} | ||
}, | ||
{ | ||
"version": "1.0.0", | ||
"uri": "https://github.com/hasura/ndc-nodejs-lambda/releases/download/v1.0.0/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "8b24669349ab79b0222268d11b4a3396c5caced4764192fb5b49ccde2bfc6e34" | ||
}, | ||
"source": { | ||
"hash": "c7ef1aa899e1f83cc2935c2f91f4b9010411d716" | ||
} | ||
} | ||
], | ||
"source_code": { | ||
"is_open_source": true, | ||
"repository": "https://github.com/hasura/ndc-nodejs-lambda/", | ||
"version": [ | ||
{ | ||
"tag": "v1.2.0", | ||
"hash": "a13236051b836e4506463ff8c7e152f69c787680", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v1.1.0", | ||
"hash": "32e33529d5cfc5c1dbc4245e384f22099654d02d", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v1.0.0", | ||
"hash": "c7ef1aa899e1f83cc2935c2f91f4b9010411d716", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
} |