All Connectors
NodeJS Lambda Connector
NodeJS Lambda Connector
The NodeJS Lambda connector allows you to expose TypeScript functions as NDC functions/procedures for use in your Hasura DDN subgraphs.
About
Overview
The NodeJS Lambda connector allows you to expose TypeScript functions as Commands in your Hasura DDN Supergraph.
Prerequisites
- Create a Hasura Cloud account
- Please ensure you have the DDN CLI and Docker installed
- Create a supergraph
- Create a subgraph
The steps below explain how to initialize and configure a connector on your local machine (typically for development purposes).You can learn how to deploy a connector to Hasura DDN — after it's been configured — here.
Using the NodeJS Lambda connector
Check out the Hasura docs here to get started with the NodeJS Lambda connector.