Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 464 Bytes

User Import Starter App

This is Lambda Function that can be used as part of a user import process for Integrify

Setup

  1. Install the latest version of node on your system
  2. Clone this repository
  3. Copy your site, key and user from Integrify
  4. Insert these strings into the config.js file

Install

Run npm install to install all the dependencies

Run

node index.js

Deploy to AWS Lambda

Deployment instructions will be added at a later time