Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.superleap.com/llms.txt

Use this file to discover all available pages before exploring further.

The Superleap Appflow Connector allows you to integrate Superleap with Amazon AppFlow by deploying a custom Lambda connector in your AWS account. Once set up, you can use Superleap as a data source in AppFlow and create flows to move data to your desired destination.

Overview

The connector is deployed as an AWS Lambda function in your account. It acts as a bridge between Amazon AppFlow and Superleap, allowing AppFlow to pull data from Superleap using your API credentials. After the connector is registered, you can create AppFlow flows with Superleap as the source.

How It Works

  1. A Lambda function is deployed in your AWS account with the Superleap connector code
  2. The Lambda function is registered as a custom connector in Amazon AppFlow
  3. A connection is created using your Superleap API key and endpoint
  4. AppFlow flows can then be created to move data from Superleap to your desired destination

Prerequisites

Before getting started, ensure you have:
  • An active Superleap account with API access
  • Your Superleap API key (available from Superleap → Settings → Organisations & API Access → API Access, or request one from your account manager)
  • An AWS account with permissions to:
    • Create and configure Lambda functions
    • Create IAM policies and attach them to roles
    • Create Lambda layers
    • Register custom connectors in Amazon AppFlow
  • The following files provided by Superleap:

Getting Started

Setup Guide

Deploy the Lambda function and configure IAM permissions

Configuration

Register the connector in AppFlow and create flows