/partner-integrations

Partner Lamda Functions

Primary LanguageJavaScript

Partner Integration Function Library

This repository contains partner integration functions. If you're building out a new partner integration endpoint, or a custom piece of code that you want to run a serverless functions use this repo as the set of examples.

Adding a new partner

  1. Create a source function. Start with the template example and code away.
  2. Add the function to this repo by copying the template run $ cp -a template <name-of-new-source> and paste your code into your editor

Destinations

  • Requestbin - Sends events to RequestBin for introspection
  • Slack - Adds a Gravatar icon to events with an email and sends messages to Slack

Development

Run tests with:

$ yarn && yarn test