This project sets up boilerplate for using:
- Netlify lambda
- Apollo federation & gateway
Functions code is inspired and forked from this repo
Deployable right away! Just add DB string to netlify env valuable.
ntl dev
This starts three lambda functions that federated by @apollo/federation
and @apollo/gateway
.
Insert your mongoose db connection string to .env
file in the root folder.
This only works on ntl dev
.