Skip to content

Commit

Permalink
Add NodeJS Lambda connector metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Mar 18, 2024
1 parent 087758a commit f99ceea
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 0 deletions.
8 changes: 8 additions & 0 deletions registry/nodejs-lambda/README.md
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).
Binary file added registry/nodejs-lambda/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions registry/nodejs-lambda/metadata.json
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
}
]
}
}

0 comments on commit f99ceea

Please sign in to comment.