You should have the following integration endpoints available on this server.
Name | Description | Endpoint URL |
---|---|---|
minimal | An endpoint that stubs every method but doesn't push data | https://census-custom-api-samples.netlify.app/.netlify/functions/minimal |
postgres | A basic integration that can write into PostgreSQL databases | https://census-custom-api-samples.netlify.app/.netlify/functions/postgres |
These functions are currently deployed and waiting to be connected in Census
The code for a custom connector doesn't embed any credentials for accessing your destination database. There's a few ways to provide these credentials when building your own connectors (see our docs). In this basic setup, you should add credentials to the environment using Netlify's site settings
The folks at Netlify provide an easy way to access the log of how lambda functions execute. For example, this page shows the log for the minimal endpoint.