Skip to content

shankara-subramani/docusign-webhook-handler-netlify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Function - Docusign Webhook

If you want your own copy to play around with, the quickest way to get it up and running is clicking the Deploy to Netlify button below. It will clone this repository into your own account, and deploy the site to Netlify.

Deploy to Netlify

Setup 🛠

To run the examples locally, here’s what you’ll need:

System Requirements:

cd into your local copy of the repository and run yarn or npm install

cd docusign-webhook-netlify-lambda
yarn

Running 🔥

yarn start

This will start the netlify-lambda server on http://localhost:8080/.netlify/functions/docusign_webhook.

netlify-lambda isn’t required to deploy Lambda functions to Netlify, but it offers some handy features out of the box that make it quicker to get started, like the local dev server and nice defaults for transpiling and bundling functions in production.

The client server is configured to proxy /.netlify requests to the Lambda server (see webpack.client.js). This is the same behavior the site has when it’s deployed to Netlify.

Tutorials 📚